JavaScript Algorithms and Data Structures (2018)
1–10 of 36 posts
Re: JavaScript Algorithms and Data Structures (2018)
#2Can anyone suggest good Data structures and algorithms resource like this but not written in JavaScript?
Re: JavaScript Algorithms and Data Structures (2018)
#3Re: JavaScript Algorithms and Data Structures (2018)
#4Well, it's good resource. pleased by it. Can anyone suggest good Data structures and algorithms resource like this but not written in JavaScript?
Re: JavaScript Algorithms and Data Structures (2018)
#5I think there is a strong correlation between the number of Javascript programmers interested in algorithms and data structures and the number of C programmers interested in front-end frameworks.
Re: JavaScript Algorithms and Data Structures (2018)
#6I think there is a strong correlation between the number of Javascript programmers interested in algorithms and data structures and the number of C programmers interested in front-end frameworks.
Re: JavaScript Algorithms and Data Structures (2018)
#7Well, it's good resource. pleased by it. Can anyone suggest good Data structures and algorithms resource like this but not written in JavaScript?
Re: JavaScript Algorithms and Data Structures (2018)
#8Re: JavaScript Algorithms and Data Structures (2018)
#9Well, it's good resource. pleased by it. Can anyone suggest good Data structures and algorithms resource like this but not written in JavaScript?
You will learn much more than by simply seeing the entire code already implemented.
If you however need a strong implementation of some algorithm to use in production, you may want to search a robust library implementing it instead.
Re: JavaScript Algorithms and Data Structures (2018)
#10The obvious answer to all of the above rhetorical questions - fuck no.
That being said, it is still a topic of interviews, so I will up-vote bc this is pretty good implementation, even though this repo has been submitted to HN at least 4 times in the past.
Someone also mentioned Mnemonist [1] - that one is nice too.