Commit Graph

  • 9a61f30dc4 Fixed typo: acount -> count Delirious Lettuce 2017-05-01 16:20:30 -0600
  • 76f35af96d Fixed typo: inrement -> increment Delirious Lettuce 2017-05-01 16:17:46 -0600
  • 28db70c725 Fixed typo: maximing -> maximizing Delirious Lettuce 2017-05-01 16:15:41 -0600
  • cd834a7920 Fixed typos: ocurrences -> occurrences Delirious Lettuce 2017-05-01 16:13:10 -0600
  • f62dd03a1e Fixed typo: avarage -> average Delirious Lettuce 2017-05-01 16:06:39 -0600
  • 4ddc2e5d75 Fixed typo: matchin -> matching Delirious Lettuce 2017-05-01 16:04:31 -0600
  • bc512ee88a Fixed typo: matchin -> matching Delirious Lettuce 2017-05-01 16:03:56 -0600
  • 41ceaab3d2 Fixed typo: occurence -> occurrence Delirious Lettuce 2017-05-01 16:00:27 -0600
  • fd697a4be1 Fixed typos: neighhbor -> neighbor, adjancet -> adjacent Delirious Lettuce 2017-05-01 15:58:08 -0600
  • 20b6d2ce51 Fixed typo: constaints -> constraints Delirious Lettuce 2017-05-01 15:54:45 -0600
  • 2c3524f4ba Fixed typo: constaints -> constraints Delirious Lettuce 2017-05-01 15:53:21 -0600
  • ee1630b311 Fixed typo: discusion -> discussion Delirious Lettuce 2017-05-01 15:51:03 -0600
  • c10986849b Fixed typos: valides -> validates, mininum -> minimum Delirious Lettuce 2017-05-01 15:47:31 -0600
  • 4393dbd8dc Fixed typos: traverals -> traversals, smalles -> smallest, succesor -> successor, also added a space Delirious Lettuce 2017-05-01 15:42:49 -0600
  • 8888f6a536 Fixed typo: traverals -> traversals, also added a space Delirious Lettuce 2017-05-01 15:34:13 -0600
  • 55038f391d Fixed typo: succesor -> successor Delirious Lettuce 2017-05-01 15:31:12 -0600
  • 0e37fa0483 Merge ab7f190b72 into 83ad7ff23a Marco 2017-04-28 05:29:13 +0000
  • dd3ec13df3 Merge 0561d5f55c into 83ad7ff23a Mustafa Atik 2017-04-28 05:28:48 +0000
  • 14280c4515 Merge f177c8e93f into 83ad7ff23a Mustafa Atik 2017-04-28 05:28:46 +0000
  • 15f8ff88f0 Add solution to challenge reverse words eamanu 2017-04-27 21:00:56 -0300
  • f771a8b173 Add new reverse word challenge eamanu 2017-04-25 10:35:52 -0300
  • 3fcad740eb fix-bug: reverse words challenge eamanu 2017-04-25 10:11:58 -0300
  • 06370c4fcd New Challenge: add new reverse words challenge eamanu 2017-04-25 09:59:03 -0300
  • 80f6b6a680 Added the set solution for str_diff_solution Abok Isaac 2017-04-25 01:08:31 +0300
  • d96b6179a9 Added the set solution for str_diff_solution Abok Isaac 2017-04-25 00:48:57 +0300
  • 7dfee269f1 Alternate flip_bit_challenge solution andy.boot 2017-04-06 23:02:33 +0100
  • efcfffb4a3 Merge branch 'master' of http://github.com/donnemartin/interactive-coding-challenges eamanu 2017-04-17 12:27:02 -0300
  • 83ad7ff23a Simplify reverse string code, improve algorithm readability (#183) Ammar Najjar 2017-04-17 00:19:49 +0200
  • 1d2b138344 Fix #173: Bugs in linked list append and delete methods (#184) Emmanuel Arias 2017-04-16 19:11:45 -0300
  • 3972d63a00 fix bug: try to fix #173 bug eamanu 2017-04-15 22:57:26 -0300
  • fc01456acc reverse_string: concise if statement and improve readability Ammar Najjar 2017-04-15 02:19:58 +0200
  • 31619bcc8e Initial commit for new challenge: Non repeating char betterin30days 2017-04-12 22:56:40 -0400
  • 5a79116c0c Update compress challenge eamanu 2017-04-12 16:52:55 -0300
  • d29f1ae528 Update compress challenge eamanu 2017-04-12 16:37:01 -0300
  • fcd4e52e91 Add assumption to str diff challenge to match the suggested solution (#178) Ammar Najjar 2017-04-12 14:23:40 +0200
  • 2c6982f154 Fix Fibonacci algorithm (#180) Tahir Rauf 2017-04-12 05:16:39 -0700
  • c6bbc4a54f Update fibonacci_solution.ipynb Tahir Rauf 2017-04-11 21:48:04 -0700
  • 6ca70a09de str_diff: remove unnecessary explanation for xor space complexity Ammar Najjar 2017-04-11 18:38:59 +0200
  • fb801f338e fix-bug: Try to fix #173 bug remove the line self.head = Node(None), it is unnecessary The linked_list_solution.ipynb linked_list.py are in Sync Remove the cells' metadatas of Jupyter Emmanuel Arias 2017-04-11 09:42:49 -0300
  • ffd4798f23 Fix two sum unit_test challenge to match the solution notebook (#176) Ammar Najjar 2017-04-11 13:44:04 +0200
  • f16c42aa12 Added __eq__ method to ensure invert_tree_challenge tests pass. Gregory Mazzola 2017-04-10 21:01:34 -0700
  • 8b0fffb397 str_diff: add additional assumption in challenge and correct xor space complexity comment in solution Ammar Najjar 2017-04-10 21:31:26 +0200
  • c3eaaa2a2e fix-bug: Try to fix #173 bug Fix the @glang's comment Emmanuel Arias 2017-04-10 16:05:24 -0300
  • fc2497f32a Update compress challenge with itertools.groupby() code Duroktar 2017-04-10 15:37:30 -0300
  • fcfd2d429c fix-bug: Try to fix #173 bug Fix some bugs in code Emmanuel Arias 2017-04-10 14:30:09 -0300
  • 3b86ed2cdf two_sum: correct unit_test to match the one in the solution notebook Ammar Najjar 2017-04-10 19:24:36 +0200
  • 2f89ccf7a5 fix-bug: Try to fix #173 bug Emmanuel Arias 2017-04-10 14:00:14 -0300
  • d60f4a904c Fix compilation error in graph_challenge notebook (#172) Gregory Mazzola 2017-04-10 03:35:58 -0700
  • 29979d4750 Remove specified characters challenge:New algorithm to replace the first simple algorithm. Taking care the PEP8 style eamanu 2017-04-09 19:43:38 -0300
  • 293024b9c5 Merge branch 'remove_chars' of https://github.com/eamanu/interactive-coding-challenges into remove_chars eamanu 2017-04-09 19:37:18 -0300
  • fb8b23ced5 Remove specified characters challenge:New algorithm to replace the first simple algorithm. Taking care the PEP8 style eamanu 2017-04-09 19:36:04 -0300
  • afa2dcad9e Merge 68d1246038 into 96b01d00ff Ashhar Hasan 2017-04-09 13:58:59 +0000
  • 96b01d00ff Update two_sum challenge arguments to match solution (#167) Varun Upadhyay 2017-04-09 18:51:16 +0530
  • 31b0d60833 Fix minor compilation error in graph_challenge notebook. Gregory Mazzola 2017-04-08 18:49:48 -0700
  • 919a9d9924 Update solution link for better_compress_challenge (#169) Chris Wynne 2017-04-08 15:06:22 +0100
  • 894b80131f Delete test_remove_chars.py~ Emmanuel Arias 2017-04-07 23:36:19 -0300
  • 379474ccf9 Add the Remove specified characters in a string challenge and solution its testcases eamanu 2017-04-07 23:30:50 -0300
  • 7c0e3bf0f9 Update solution link for better_compress_challenge Chris Wynne 2017-04-07 20:33:19 +0100
  • 4144b6f851 Fix typo Flash Card -> flashcard (#168) Donne Martin 2017-04-07 07:39:15 -0400
  • ed3514e96b Fix typo Flash Card -> flashcard Donne Martin 2017-04-07 07:38:33 -0400
  • a27ff87e5e Update two_sum_challenge.ipynb Varun Upadhyay 2017-04-07 05:24:12 +0530
  • 502bcf5bca alternate flip_bit_challenge solution andy.boot 2017-04-06 23:02:33 +0100
  • cf3e33b290 Add link from string diff challenge notebook to solution notebook (#165) rockybutler 2017-04-06 08:02:58 -0400
  • b8af02170e add link to solution notebook rockybutler 2017-04-06 00:17:00 -0400
  • 571d1a0185 add a test for empty strings rockybutler 2017-04-05 22:46:20 -0400
  • f649a3fb3e add test for all inputs being empty strings rockybutler 2017-04-05 22:39:26 -0400
  • 075b51cde3 Add link to the 64 newly added challenges (#163) Donne Martin 2017-04-05 06:35:04 -0400
  • 10f3f1c488 Add link to the 64 newly added challenges Donne Martin 2017-04-05 06:33:41 -0400
  • 556a9adc11 Add duplicate-characters test for permutations (#158) William Chargin 2017-04-04 05:58:53 -0400
  • e81271a12b R2 Frederick Pullen 2017-04-03 22:00:55 -0600
  • f2ff4d7982 Fix broken Anki deck links to System Design Primer (#157) Tay Yang Shun 2017-04-04 09:42:43 +0800
  • b03a97e1ea Merge 17021ba2d3 into 88c257f2f0 Christian Maioli (@christianmaioli) 2017-04-04 01:39:04 +0000
  • 88c257f2f0 Update Anki flashcards (#160) Donne Martin 2017-04-03 21:38:38 -0400
  • 58d681dbd7 Update Anki flashcards Donne Martin 2017-04-03 21:36:45 -0400
  • b4876999eb Include Counter-based permutation solution William Chargin 2017-04-03 11:53:46 -0400
  • e7422522d3 Add duplicate-characters test for permutations William Chargin 2017-04-03 12:02:19 -0400
  • 1788436558 Fix broken deck links to System Design Primer Tay Yang Shun 2017-04-03 23:04:19 +0800
  • 17021ba2d3 Fixed bad links to anki decks Christian Maioli 2017-04-03 11:57:26 -0300
  • 4c8a29dcc4 Fix broken links to challenges (#155) Donne Martin 2017-04-03 06:57:24 -0400
  • e9276f0247 Fix links to challenges Donne Martin 2017-04-03 06:56:22 -0400
  • d78cebc59b Fix System Design Primer image in README (#154) Donne Martin 2017-04-03 06:36:04 -0400
  • 9407d43773 Fix System Design Primer image in README Donne Martin 2017-04-03 06:35:19 -0400
  • 763fe6b392 Merge pull request #153 from donnemartin/develop Donne Martin 2017-04-03 06:29:44 -0400
  • 68d2a47ddd Merge branch 'master' into develop Donne Martin 2017-04-03 06:26:30 -0400
  • 503c0b8a79 Add README April 2017 update note Donne Martin 2017-04-03 06:24:02 -0400
  • f09dfe741e Update README Contributing link Donne Martin 2017-04-01 04:15:39 -0400
  • d4d08fa760 Tweak README Notebook Structure intro Donne Martin 2017-04-01 04:14:52 -0400
  • 292777a21e Tweak README intro Donne Martin 2017-04-01 04:14:32 -0400
  • 99710adce1 Add README System Design Primer mention Donne Martin 2017-04-01 04:12:00 -0400
  • da3895cae5 Add README Anki Flashcards section Donne Martin 2017-04-01 04:11:30 -0400
  • 301e9905e0 Add Anki Coding flashcard deck Donne Martin 2017-04-01 04:10:44 -0400
  • 3acc09762e Add README TODO ref implementation Donne Martin 2017-04-01 04:09:01 -0400
  • 76e26ae1b0 Add README algorithms ref implementation Donne Martin 2017-04-01 04:08:40 -0400
  • df7c426a98 Add README data structures ref implementation Donne Martin 2017-04-01 04:07:55 -0400
  • 9db85a1391 Update README Challenge Categories Donne Martin 2017-04-01 04:06:18 -0400
  • 92cc4a60ac Tweak README Future Development section Donne Martin 2017-03-31 05:06:40 -0400
  • 20308551f1 Center README challenge category header images Donne Martin 2017-03-31 05:05:50 -0400
  • 9d2f4e5ce9 Add new challenges to README Arrays and Strings Donne Martin 2017-03-31 05:04:19 -0400
  • fa67a106ad Add new challenges to README Stacks and Queues Donne Martin 2017-03-31 05:03:25 -0400
  • bd16c53de7 Add new challenges to README Graphs and Trees Donne Martin 2017-03-31 05:02:03 -0400