Commit Graph

81 Commits

Author SHA1 Message Date
Donne Martin
e75e128aa5 Removed replace char challenge, needs some more work to translate this classic problem to python. 2015-07-05 09:29:42 -04:00
Donne Martin
0923fa3d1c Updated repo name. 2015-07-05 07:49:33 -04:00
Donne Martin
0c5266a6ad Renamed HackerRank and TopCoder section to Online Judges. 2015-07-02 23:38:55 -04:00
Donne Martin
1dacaac46a Appended _solution to notebook name. 2015-07-02 05:58:52 -04:00
Donne Martin
bf8d05c295 Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 07:04:00 -04:00
Donne Martin
065380c0bc Moved fibonacci to its own folder. Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 07:03:07 -04:00
Donne Martin
1a78750e49 Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 06:35:44 -04:00
Donne Martin
3707fed8d2 Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 06:30:11 -04:00
Donne Martin
8d1783b717 Appended _solution to current notebooks to prepare for challenge and solution notebooks. 2015-06-30 06:25:31 -04:00
Donne Martin
a7a0b0a77c Renamed rotation.ipynb to rotation_solution.ipynb to prepare for challenge and solution notebooks. 2015-06-29 20:28:00 -04:00
Donne Martin
158e7678fb Updated repo name and description. 2015-06-28 07:22:03 -04:00
Donne Martin
b55d187641 Restructured packages. 2015-06-28 07:08:37 -04:00
Donne Martin
cb00d9300e Restructured packages. 2015-06-28 07:02:04 -04:00
Donne Martin
9a7cfab43a Restructured packages. 2015-06-28 06:59:11 -04:00
Donne Martin
a1a3e0161b Restructured packages. 2015-06-28 06:48:40 -04:00
Donne Martin
d9cc996e3c Renamed top-level folders to use underscores instead of dashes. 2015-06-28 06:42:19 -04:00
Donne Martin
d44ed31ef9 Restructured arrays-strings. 2015-06-28 06:34:43 -04:00
Donne Martin
3002d7fa09 Fixed queue nbviewer notebook link. 2015-06-27 06:52:07 -04:00
Donne Martin
ec86857dad Fixed HackerRank typo. 2015-06-27 06:51:40 -04:00
Donne Martin
4706526c35 Added Contributing section. 2015-06-27 06:51:10 -04:00
Donne Martin
15730139c9 Added CareerCup and Quora as references. 2015-06-27 06:49:19 -04:00
Donne Martin
176595d51d Added note about notebooks being tested with Python 2.7.x 2015-06-27 06:48:44 -04:00
Donne Martin
e6aca9adea Tweaked LICENSE, content contains coding questions that are publically available, references are listed. Solutions developed by Donne Martin. 2015-06-27 06:48:08 -04:00
Donne Martin
5492081a6d Removed merge sort animation as the repo cover in favor of the quicksort animation. 2015-06-25 18:04:48 -04:00
Donne Martin
e00e49e856 Moved generic data structure notesbooks to the end of each section to bring more focus on the general coding problems. 2015-06-25 17:39:10 -04:00
Donne Martin
369a073c85 Removed inaccurate note about most solutions being in python. All problems now have python solutions. 2015-06-23 22:43:45 -04:00
Donne Martin
0520f38088 Fixed repo clone link. 2015-06-16 07:16:11 -04:00
Donne Martin
13a073c3b6 Fixed HackerRank and TopCoder anchor. 2015-06-16 07:14:30 -04:00
Donne Martin
d9121a873e Reordered Arrays and Strings notebooks. 2015-06-16 07:13:53 -04:00
Donne Martin
2490c7b1c0 Added GitHub repo or solutions link to some referenced books. 2015-06-16 07:13:15 -04:00
Donne Martin
94e3dfdbac Reworked README to use tables to improve readability. 2015-06-16 06:55:15 -04:00
Donne Martin
3be7ab6d5a Updated Notebook Installation section. 2015-06-16 06:27:04 -04:00
Donne Martin
184eb0da7d Updated LICENSE to include notice of third party content. 2015-06-15 16:32:07 -04:00
Donne Martin
f0fd895191 Fixed case and space/dash consistency issues. 2015-06-14 07:17:53 -04:00
Donne Martin
35d25a559f Fixed case and space/dash consistency issues. 2015-06-14 07:12:38 -04:00
Donne Martin
6c30db2b26 Added contact-info section. 2015-06-14 07:10:56 -04:00
Donne Martin
48e5ad9918 Added notebook-installation section. 2015-06-14 07:10:35 -04:00
Donne Martin
f0587686f8 Followup to previous commit: Added notebook solving the following: Implement a hash table with set, get, and remove methods. 2015-06-02 17:46:25 -04:00
Donne Martin
bfd143ca81 Added notebook solving the following: Implement fibonacci recursively, dynamically, and iteratively. 2015-05-30 10:48:46 -04:00
Donne Martin
9f012acca6 Added index. 2015-05-30 10:30:35 -04:00
Donne Martin
000cddfacb Added credits section. 2015-05-30 10:29:58 -04:00
Donne Martin
1f2a93d385 Added upcoming sections. 2015-05-30 10:29:31 -04:00
Donne Martin
bee2530749 Added notebook solving the following: Implement merge sort. 2015-05-29 06:51:37 -04:00
Donne Martin
dfd462b5db Added notebook solving the following: Implement quick sort. 2015-05-28 19:10:47 -04:00
Donne Martin
d909f7bfdf Added notebook solving the following: Implement insertion sort. 2015-05-26 17:51:55 -04:00
Donne Martin
be77c3bf5e Added note about most solutions being in Python. 2015-05-26 17:51:12 -04:00
Donne Martin
9d2655548e Added notebook solving the following: Implement selection sort. 2015-05-25 09:46:54 -04:00
Donne Martin
f022739318 Added notebook solving the following: Sort a stack using another stack as a buffer. 2015-05-24 10:48:04 -04:00
Donne Martin
062d27987c Added notebook solving the following: Implement a queue using two stacks. 2015-05-22 06:52:41 -04:00
Donne Martin
73d265525b Added notebook solving the following: HackerRank Maximizing XOR problem.. 2015-05-21 06:05:32 -04:00