Skip to content
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

We need complete sample code for Chapter 9, 10, 11 #69

Open
binbjz opened this issue Apr 20, 2018 · 2 comments
Open

We need complete sample code for Chapter 9, 10, 11 #69

binbjz opened this issue Apr 20, 2018 · 2 comments

Comments

@binbjz
Copy link

binbjz commented Apr 20, 2018

For Charpter 9, 10, 11, Why not provide complete sample code ? For example, Longest common substring, K nearest neighbor algorithm. I really need them !

kas-elvirov added a commit to kas-elvirov/grokking_algorithms that referenced this issue Apr 27, 2018
kas-elvirov added a commit to kas-elvirov/grokking_algorithms that referenced this issue Apr 27, 2018
egonSchiele pushed a commit that referenced this issue Aug 24, 2018
* Added recursive binary search (JS)

* Added recursive selection sorting

* Added another loop implementation sum func by reduce (JS)

* Recursion reduced by one iteration

* Recursive binary search in ES6 added to appropriate folder

* JS files ordered by standards (ES4/ES6)

* Added hashtable implementation in JS

* Fixed typo with LENGTH prop

* Added Euclidian algorithm for two numbers and set of them

* Added universal selection sort

* Commented output

* Added ES6 version of Euclidean algorithm

* Converted from ES6 to ES5

* #69 Added search for LCS

* #69 added levenstein algorithm

* Removed excessive property

* Removed excessive file

* Removed excessive function calls

* Removed excessive file

* Removed excessive file

* Renamed

* Fixed indentation
@egonSchiele
Copy link
Owner

@binbjz
Copy link
Author

binbjz commented Jan 3, 2019

@binbjz check out https://github.com/egonSchiele/grokking_algorithms/tree/master/10_knn

Hi egonSchiele. For Charpter 9, 10, 11, I think we need complete sample code with python. This will be very important for us. Looking forward to your check-in

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

No branches or pull requests

2 participants