Classic Algorithms Implemented in JavaScript
11–20 of 36 posts
Re: Classic Algorithms Implemented in JavaScript
#12Re: Classic Algorithms Implemented in JavaScript
#13Re: Classic Algorithms Implemented in JavaScript
#14Re: Classic Algorithms Implemented in JavaScript
#15Cool list but I would like to see them being implemented using FP approach when possible.
Re: Classic Algorithms Implemented in JavaScript
#16Also I suspect that adding together the ascii values of the characters in the key is not necessarily the best hash function.
Re: Classic Algorithms Implemented in JavaScript
#17No FizzBuzz?
Re: Classic Algorithms Implemented in JavaScript
#18The implementation of a hash table uses a hash table, which feels like cheating to me. Also I suspect that adding together the ascii values of the characters in the key is not necessarily the best hash function.
Re: Classic Algorithms Implemented in JavaScript
#19What I would wish for is a list of common problems and how certain algorithms and data structures solve them.
Re: Classic Algorithms Implemented in JavaScript
#20What I would wish for is a list of common problems and how certain algorithms and data structures solve them.
Well its not a list per se but many of the interview prep sites tag their problems with the appropriate algorithm/data structure for the job. As someone who has his first SV phone technical interview on Monday and has done ~30 problems in the last two weeks, I can say after solving about 2-3 of them over a number of hours or days you start to recognize which algorithm will get the job done from the problem descriptio…
Would be nice if you could post a list of your resources :)