Commit Graph

  • 77a3f8fcc7 Merge pull request #141 from Alexandrshy/issues-140-formatting-problems-and-example-for-greedy-algorithms Aditya Bhargava 2020-09-14 10:48:25 -05:00
  • b2867050d7 Merge pull request #139 from Alexandrshy/issues-138-formatting-problems-and-example-for-dijkstras-algorithm Aditya Bhargava 2020-09-14 10:47:56 -05:00
  • cb33a62e8a Merge pull request #137 from Alexandrshy/issues-136-formatting-problems-and-example-for-breadth-first-search Aditya Bhargava 2020-09-14 10:47:43 -05:00
  • 0d4a806c14 Merge pull request #135 from Alexandrshy/issues-134-formatting-problems-hash-tables Aditya Bhargava 2020-09-14 10:47:23 -05:00
  • e8a02536f3 Fixed formatting problems, example and JSDoc (#133) Aditya Bhargava 2020-09-14 10:46:57 -05:00
  • 34df0a6d08 Fixed formatting problems and JSDoc (#131) Alexandr Shulaev 2020-09-14 19:46:30 +04:00
  • 58f1a6e325 clear not needed boilerplate and add author name for the first example Andrii Nyzhnyk 2020-08-23 22:31:33 +03:00
  • 977000eb86 python: unit tests for binary search Almas Zaurbekov 2020-08-13 01:50:19 +06:00
  • 2f166a0ee1 Update selection sort seanyu4296 2020-08-05 12:58:43 +00:00
  • 23f31b4f3f Cleanup packages dhall and remove notes seanyu4296 2020-08-04 11:32:03 +00:00
  • 32fc3cec95 Add chapter 2 selection sort solution seanyu4296 2020-07-31 07:25:32 +00:00
  • 3f693b8cf2 update package set seanyu4296 2020-07-31 07:10:55 +00:00
  • 1a3782d950 update readme with link to main repo seanyu4296 2020-07-31 07:08:50 +00:00
  • a59a2b8886 Fix Readme module name seanyu4296 2020-07-31 07:02:40 +00:00
  • ad8e62d690 Add purescript solution for chapt 1 seanyu4296 2020-07-31 06:58:43 +00:00
  • 345d09b69e add recursive soln. = 2020-06-03 15:28:01 +02:00
  • 16a4ae12f6 Small syntax change in 03_factorial Alexander Launi 2020-03-21 18:30:37 -04:00
  • 24c91a4a0b Implement factorial using generic mathematics Alexander Launi 2020-03-21 17:20:03 -04:00
  • 2ff4f42d43 Implement countdown using generic mathematics Alexander Launi 2020-03-21 16:41:02 -04:00
  • 2aa26293b0 Add factorial examples in Rust Alexander Launi 2020-03-21 16:20:51 -04:00
  • 64e231a8c6 Add greet example in Rust Alexander Launi 2020-03-21 16:16:22 -04:00
  • 858e1e71e7 Add recursive countdown example in Rust Alexander Launi 2020-03-21 16:08:56 -04:00
  • b0414be22e Add Rust examples to 02_selection_sort Alexander Launi 2020-03-21 15:20:34 -04:00
  • cad619574d Update selection sort ES6 ZGennadiy 2020-03-17 10:24:44 +03:00
  • 43fb096e64 removed an extra if clause Joe Czarnecki 2020-03-06 14:39:52 +01:00
  • 4e5867cff1 Update Scala Solutions Joe Czarnecki 2020-03-03 16:54:25 +01:00
  • a6502e0af0 Update Scala Solutions Joe Czarnecki 2020-03-03 16:46:16 +01:00
  • 696a657c6f Create Scala Solutions Joe Czarnecki 2020-03-03 16:16:49 +01:00
  • e6558351a8 Use lambda function fhl43211 2020-02-21 09:06:58 -08:00
  • 4fd96f6987 Create cpp file fhl43211 2020-02-20 17:23:54 -08:00
  • 891eec2873 fix 04_recursive_max on ruby Ruslan Korolev 2020-01-17 18:26:21 +02:00
  • 52a5a7cc24 Changed code style according to new Java versions Alexander Danilchenko 2020-01-12 18:34:55 +02:00
  • d771cb21a0 Rename 01_longest_common_subsequence to 01_longest_common_subsequence.cpp Vladimir Pavlovic 2020-01-03 00:46:37 +01:00
  • ff7ae962c1 edit comments TimoSci 2019-12-08 13:31:33 +01:00
  • 1f6cf7d460 avoid use of global variables; it is more rubyish to represent a graph as a class TimoSci 2019-12-08 13:07:44 +01:00
  • 70ddf46cb3 represent record of searched verices as a hash for O(1) lookup TimoSci 2019-12-08 12:56:36 +01:00
  • b65c3de283 separate search functionality from seller checking fucntionality according to single responsibility principle TimoSci 2019-12-08 12:40:40 +01:00
  • c849e75041 More concise Rubyish code. Timo J 2019-12-08 12:03:15 +01:00
  • 7971852b0e Update README.md BryanChan777 2019-11-23 16:46:38 -08:00
  • b4c440089f Update zero factorial Dmitry Neverovski 2019-11-20 20:15:19 +03:00
  • d8da439590 implement recursive binary serach in rust (#93) Giorgio 2019-11-12 10:19:36 -05:00
  • 9dc7611411 Julia samples (#108) Massoud Afrashteh 2019-11-12 18:49:21 +03:30
  • 30bbe9cf01 Fix the variable typo and add the function call (#109) fdrvrtm 2019-11-12 17:19:09 +02:00
  • 0377eab73c Add tests for the binary search implementation. (#110) Michael Mkwelele 2019-11-12 07:19:00 -08:00
  • 184f80127c Add tests for factorial example. (#112) Michael Mkwelele 2019-11-12 07:18:52 -08:00
  • 4c3bc702f4 Add recursive binary search for ruby (ch. 1) and improve recursive max for ruby (ch. 4) (#113) Felice Forby 2019-11-13 00:18:34 +09:00
  • 6b9faa9cab fix: naming convention. Min. refactor (#116) bigpas 2019-11-12 15:18:17 +00:00
  • 3a50470e3d Add dijkstras algorithm in golang (#118) Evgeny Samsonov 2019-11-12 18:18:00 +03:00
  • 9b0288d791 Update 02_recursive_selection_sort.js (#119) Yury 2019-11-12 22:17:35 +07:00
  • 878e26217d Update SetCovering.java (#120) Lu Zhang 2019-10-30 14:32:32 -07:00
  • 59ee067417 Update 01_selection_sort.js (#122) Alexander Danilchenko 2019-10-30 23:32:21 +02:00
  • 4bc8132647 Update 01_breadth-first_search.cpp (#124) Alexander Danilchenko 2019-10-30 23:32:05 +02:00
  • ee7dcd3b3d Update 02_recursive_binary_search.js (#125) Evgeniy 2019-10-31 00:31:50 +03:00
  • 03db2855d6 According to the book changes (#144) Alexander Danilchenko 2019-10-30 23:31:21 +02:00
  • fb81c11ca9 C++11 solution to the 8th chapter problem. (#145) Alexander Danilchenko 2019-10-30 23:30:40 +02:00
  • d889159744 Added C++ Solution for 9th chapter (#146) Alexander Danilchenko 2019-10-30 23:30:31 +02:00
  • 009689b294 Kotlin examples for 08 chapter (#147) Ivan Novikov 2019-10-31 00:30:20 +03:00
  • 591111e596 add dijkstra to golang (#149) Candido Sales Gomes 2019-10-30 15:29:20 -06:00
  • a76c5e5d7d Fixed formatting problems, added JSDoc, deleted duplicate example Alexandrshy 2019-07-27 02:00:06 +04:00
  • 5a1d2c04d4 Fixed formatting problems Alexandrshy 2019-07-26 00:29:41 +04:00
  • 2216e23b6b Fixed formatting problems, added JSDoc Alexandrshy 2019-07-25 08:53:03 +04:00
  • b4b5161ff9 Fixed formatting problems, added JSDoc, added example for JS, fixed example for JS Alexandrshy 2019-07-24 22:38:14 +04:00
  • a1dbe470cc Fixed formatting problems, added JSDoc, added example for JS, fixed example for JS Alexandrshy 2019-07-24 09:25:02 +04:00
  • 84b6d19416 Fixed formatting problems Alexandrshy 2019-07-23 08:37:29 +04:00
  • 61b2925a2d Fixed formatting problems, example and JSDoc Alexandrshy 2019-07-21 09:05:39 +04:00
  • bac32b613b Add PHP example for chapter 09 - dynamic programming (#98) Yuriy Marad 2019-03-28 23:53:48 +02:00
  • cc845c40f7 make search return true when mango seller is found (#99) Yusuf Qedan 2019-03-28 14:53:30 -07:00
  • 5b675cc2e8 Complete "longest common ..." examples (#100) Max Beatty 2019-03-28 14:52:55 -07:00
  • c23ca90b83 update binarySearch function for es6 recursive (#101) Alex 2019-03-28 23:52:08 +02:00
  • c745f5d2a7 add code for chapters 1 and 2 in ts (#102) Alex 2019-03-28 23:51:48 +02:00
  • d77cde9e67 Add code for chapter 3 and 4 in ts (#103) Alex 2019-03-28 23:51:36 +02:00
  • 97003f16df Add code for chapter 5 in ts (#104) Alex 2019-03-28 23:51:19 +02:00
  • 393b8e135d Add code for chapter 6 in ts (#105) Alex 2019-03-28 23:51:05 +02:00
  • 62c3b39668 Add julialang binary search sample (#107) Massoud Afrashteh 2019-03-29 02:20:48 +04:30
  • 06ee65d9e5 Please, merge my PowerShell examples for all chapters (#106) Oleg A. Glushko 2019-03-29 07:49:20 +10:00
  • d7de908a82 Fix countdown.py returning None (#94) Maria Kovaleva 2018-12-28 17:25:48 +01:00
  • 33a65829c0 change print to python3 (#95) Chihwei-Hsu 2018-12-29 00:25:31 +08:00
  • 8a0a191975 03 & 04 exercises (#96) NikitaLipatov 2018-12-28 19:25:01 +03:00
  • 2bf2ab5062 Add PHP example based on DS extension for chapter 08 - greedy algorithms (#97) Yuriy Marad 2018-12-28 18:24:40 +02:00
  • ac08df2ee7 Oralce PL/SQL examples of recursion (#91) Timur Tarasenko 2018-10-18 10:27:58 -05:00
  • 31412a0b96 Add binary search in OCaml (#90) i-s-o-g-r-a-m 2018-10-18 11:27:27 -04:00
  • be4a420dd5 add lost semicolons (#89) Alexander Berezhnoy 2018-10-19 01:26:39 +10:00
  • 3e887a6d3c updated the 04_quicksort/javascript/01_loop_sum.js to a working soloution (#88) Johnny Bell 2018-10-18 08:26:17 -07:00
  • 7dc9e95d2a add c++11 (#87) umatbro 2018-10-18 17:25:54 +02:00
  • 38f5b2792e Added c++ implementation (#85) Vidit 2018-10-18 20:55:23 +05:30
  • 0d5d0164ce Added more implementations (JS) (#67) Artem Solovev 2018-08-24 21:21:54 +03:00
  • a5fe9178dd Add 06_breadth-first_search Golang example (#81) sulinehk 2018-08-25 02:20:41 +08:00
  • 2ab2e9c181 changed python2 print statements to python3 in 07_dijkstras_algorithm (#82) Ramit Mittal 2018-08-24 23:50:10 +05:30
  • 57dd4e1756 Implementation of breadth first search in Golang (#83) Vish511 2018-08-24 23:49:39 +05:30
  • ba1e3660f1 image fix Aditya Bhargava 2018-08-24 11:17:02 -07:00
  • a98e0d0cc2 image Aditya Bhargava 2018-08-24 11:16:29 -07:00
  • f3805c8a3f knn example with digit recognition Aditya Bhargava 2018-08-24 11:12:22 -07:00
  • e206a13153 Fix BinarySearch.go style by gofmt (#80) sulinehk 2018-07-26 02:01:40 +08:00
  • fb0d9dccfd Update check_voter method for Scala (#79) Ian Shiundu 2018-07-19 02:03:54 +03:00
  • 48f971e361 i start from 1 (#78) Денис 2018-07-19 02:03:20 +03:00
  • a15b071134 Fix typos (#77) Dasha Korneichuk 2018-07-19 02:02:14 +03:00
  • c55036458e Fix a typo in 01_selection_sort.swift (#76) Felix Yan 2018-07-19 07:01:51 +08:00
  • 68a20e35eb Update 01_binary_search.c (#74) Arctic Wolf 2018-07-19 01:01:24 +02:00
  • 522efcbc31 Update BinarySearch.go (#73) Xinhai Wang 2018-07-19 07:00:44 +08:00
  • d13ab114f8 Update 01_breadth-first_search.py (#75) chenyang929 2018-05-16 02:54:59 +08:00