Commit Graph

12 Commits

Author SHA1 Message Date
Donne Martin
9ec2b6e28b Added python solutions to encoding spaces. 2015-05-09 11:28:29 -04:00
Donne Martin
e8060f4b6e Cleaned up string compress notebook. Refactored duplicate algorithm description. 2015-05-08 16:48:22 -04:00
Donne Martin
ef6c382a90 Added info about the pythonic code not being in-place. 2015-05-08 16:46:03 -04:00
Donne Martin
e5ad1f468b Added notebook solving the following: Determine if a string s1 is a rotation of another string s2. 2015-05-07 19:59:28 -04:00
Donne Martin
653e4b3bbd Added notebook solving the following: Compress a string such that aabbb becomes a2b3. 2015-05-04 05:54:50 -04:00
Donne Martin
c032b296bf Added notebook solving the following: Given a String, Encode In-Place all Spaces. 2015-05-03 18:23:05 -04:00
Donne Martin
d546ea49b4 Reworked algorithm descriptions. Added notebook index. Minor cleanup. 2015-05-02 17:14:29 -04:00
Donne Martin
e22f7b8d20 Added notebook index. Added note about using additional data structures for the Pythonic solution. Minor cleanup. 2015-05-02 17:13:10 -04:00
Donne Martin
7826fea184 Fixed string permutations notebook index labels and links. 2015-05-02 17:10:59 -04:00
Donne Martin
199157aeed Added notebook solving the following: Check if a string is a permutation of another. 2015-05-02 17:06:21 -04:00
Donne Martin
51cab5e686 Added notebook solving the following: Implement the function void Reverse(char* str). 2015-05-01 08:13:47 -04:00
Donne Martin
d2c21c4002 Added notebook solving the following: Implement an algorithm to determine if a string has all unique characters. 2015-04-30 17:45:08 -04:00