Commit Graph

74 Commits

Author SHA1 Message Date
anebz fe26f8734e 3.2. min function in stack 2019-09-19 10:12:14 +02:00
anebz ea140a53b1 3.1. 3 stacks in one array 2019-09-19 09:32:19 +02:00
anebz 729ce7008b doc: updated general and ch3 README 2019-09-19 09:32:02 +02:00
anebz ee18a2cbef 16.25. LRU cache 2019-09-19 09:31:26 +02:00
anebz 6280172289 fix: reordering and fix of small errors 2019-09-19 09:30:43 +02:00
anebz b7cba109ed hackerrank order string by swaps 2019-08-21 11:32:10 +02:00
anebz 5562e47c37 hackerrank: sort by swaps 2019-08-14 10:06:54 +02:00
anebz 462be10393 hackerrank: array rotation 2019-08-14 10:06:44 +02:00
anebz 316d6839d9 hackerrank: 2d_array 2019-08-14 10:06:31 +02:00
anebz 99daae6dc0 hackerrank exercises 2019-08-13 17:16:19 +02:00
anebz c3eaabb920 hackerrank linked list exercises 2019-08-13 17:16:08 +02:00
anebz ec0cd86102 reverse list exercises 2019-08-13 17:14:39 +02:00
anebz d7dad59839 linked list hackerrank exercises 2019-08-12 20:26:38 +02:00
anebz ccf2b7002c fixed reverse double linked list code 2019-08-12 20:01:19 +02:00
anebz 8c5f7a20d8 some linked list hackerrank exercises 2019-08-09 00:04:42 +02:00
anebz 4f37196a7d 2.8. loop detection 2019-08-09 00:03:57 +02:00
anebz 13e1e805a6 Updated exercises and README with ch2 2019-08-09 00:03:49 +02:00
anebz 93e084ce48 2.7. intersection v2 2019-08-08 19:00:46 +02:00
anebz 33be3373e0 2.7. Intersection 2019-08-08 18:52:09 +02:00
anebz 1a1bbb1e27 2.6. palindrome 2019-08-06 20:27:05 +02:00
anebz 498892aced 2.5. sum lists 2019-08-02 09:00:05 +02:00
anebz 89d27e359e 2.4. partition list 2019-08-02 08:59:55 +02:00
anebz 9882f36537 2.3. delete middle node in linked list 2019-07-29 08:12:11 +02:00
anebz 047db8d544 2.2. return kth to last 2019-07-29 08:12:01 +02:00
anebz 3fa26388cb 2.1. remove duplicates in linked list 2019-07-16 22:26:45 +02:00
anebz 73612d7725 Chapter 2 readme 2019-07-06 12:46:37 +02:00
anebz 6e8dbff715 17.14. word transformer
looks like a graph / shortest path problem, moving on...
to chapter 2 linked lists
2019-05-09 17:00:53 +02:00
anebz 2bf7eff4bb 17.13 re_space v1 2019-04-15 20:31:10 +02:00
anebz 7d0c00f534 chapter 1 hackerrank problems
string category, easy problems
2019-04-13 15:04:05 +02:00
anebz 07ee63c9ef chapter 1 2016 max subarray 2019-04-11 14:23:13 +02:00
anebz 4f83176521 chapter 1 hackerrank exercises
11/04
2019-04-11 14:19:07 +02:00
anebz 44805d8516 16.8. maximum subarray problem
O(n) time, O(1) space
2019-04-10 20:32:45 +02:00
anebz 8da990843f 16.8. int to english
moderate problems chapter
2019-04-10 19:07:01 +02:00
anebz fa7655d5aa folder renaming 3 2019-04-10 12:40:32 +02:00
anebz f8131efa06 folder renaming 2 2019-04-10 12:37:11 +02:00
anebz fa5f16901e folder renaming 2019-04-10 12:36:12 +02:00
anebz 8b972f304c chapter 1 sorted matrix search 2019-04-09 23:51:12 +02:00
anebz d520f7c64d chapter 1 sorted matrix search v1 2019-04-08 22:38:16 +02:00
anebz f04e89c4f8 chapter 1 recursion magic index 2019-04-07 21:35:52 +02:00
anebz 5ae0374120 Updated READMEs
general readme and chapter 11's algorithm
2019-04-07 21:35:26 +02:00
anebz 4458c8e3fd chapter 1 hash table collision
explanation from chapter 11, exercise from chapter 7
2019-04-05 23:52:11 +02:00
anebz dc287b1cef chapter 1 renaming 2019-04-05 23:23:06 +02:00
anebz 4a195e9658 1.9. string rotation 2019-04-05 23:19:07 +02:00
anebz cd0523bb80 hackerrank string exercise 2019-04-04 16:41:32 +02:00
anebz 4725533380 string exercise minor improvements 2019-04-04 14:49:46 +02:00
anebz 4520a81ce3 hackerrank string exercise 2019-04-03 23:39:41 +02:00
anebz 9794fef144 1.8. zero matrix 2019-04-03 19:05:41 +02:00
anebz 2e9b3f244f 1.7. matrix rotation
I had to look at the hints for this
2019-04-01 15:37:59 +02:00
anebz d667782f5c 1.6. character length compression
python and java solutions
2019-03-30 23:34:31 +01:00
anebz 3c638942ec 1.5. small fix 2019-03-30 23:33:55 +01:00