Skip to content

run: node .github/workflows/UpdateDirectory.js #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 12, 2020

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented May 10, 2020

Welcome to JavaScript community

Fixes #160

@cclauss
Copy link
Member Author

cclauss commented May 12, 2020

@sahilbansal17 Your review please... Your script seems to be doing its magic just fine!

@cclauss cclauss changed the title run: node UpdateDirectory.js run: node .github/workflows/UpdateDirectory.js May 12, 2020
Copy link
Member

@poyea poyea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! It works. Just notice some extra issues when reviewing: there are 2 files on heapsort, maybe we have to change one of them to heapsort_2. Also, quickselect in the root should be in directory "search" or "algorithm".

@cclauss
Copy link
Member Author

cclauss commented May 12, 2020

@poyea Thanks for your review.

The heap sort thing is covered in #164 where I am advocating that we have a benchmark that determines which implementation lives and which one dies.

It is bugging me that we have a directory called algorithm because every submission to this repo should be an algorithm. We should move the files in that directory to other dirs that provide more specificity to what kind of algorithm it is.

QuickSelect.js --> Search make sense to me.

Linear-Algebra-Javascript should probably be renamed to Linear-Algebra.

Copy link
Contributor

@sahilbansal17 sahilbansal17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not sure it was that easy :D

@cclauss cclauss merged commit 86b3622 into master May 12, 2020
@cclauss cclauss deleted the run-node-UpdateDirectory.js branch May 12, 2020 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build DIRECTORY.md with JavaScript, not Python
3 participants