|
e355d6fa97
|
Improved p29 solution
|
2024-07-09 11:02:09 +03:00 |
|
|
00dda7fc5c
|
Implemented problems 26, 27, 28 and 29
TODO: improve problem 29
|
2024-07-08 15:35:12 +03:00 |
|
|
e714a84a6d
|
Small refactor for p2 and p21, started implementing p25
|
2024-05-07 15:42:09 +03:00 |
|
|
0819e90e80
|
Moved tests inside the designated tests module for every problem
|
2024-05-05 18:31:04 +03:00 |
|
|
e4dbd39192
|
Implemented p24, changed linked_list impotr to always use crate in its path instead of super, modified p19
|
2024-05-04 04:15:42 +03:00 |
|
|
b7efae53d1
|
Implemented p23 with 2 different solutions
|
2024-05-04 02:21:38 +03:00 |
|
|
e57953fd8c
|
Implemented p22, TODO - implement p23
|
2024-05-03 12:06:51 +03:00 |
|
|
5c73aefbc4
|
Added test2 to p22, TODO: implement p22
|
2024-05-03 02:22:22 +03:00 |
|
|
62e8eaf52f
|
Implemented p20, p21, removed redundant to_string() conversions in p17, p14, p12, p6 and p5
|
2024-05-03 02:13:44 +03:00 |
|
|
699239f5bd
|
Implemented p19
|
2024-05-02 13:49:02 +03:00 |
|
|
71f8062bc5
|
Changed * to a + in list! macro
|
2024-05-02 11:01:25 +03:00 |
|
|
8ccc50e6ee
|
ListNode struct is now in its own module linked_list, added list! macro for easier linked list creations, added tests for p2 and p19
|
2024-05-02 10:59:40 +03:00 |
|
|
4e4fad9311
|
Implemented p17 and p18
|
2024-05-02 04:20:59 +03:00 |
|
|
8ea2584a1b
|
Implemented p16, minor optimization in p15
|
2024-04-30 12:18:12 +03:00 |
|
|
cede8e5f45
|
Moved every rust file from src/bin to src, added tests for each problem, added lib.rs file
|
2024-04-23 04:21:09 +03:00 |
|
|
955182542e
|
Improved problem 5 runtime, removed unneeded TODO from problem 15
|
2024-04-23 03:14:31 +03:00 |
|
|
c9e582b553
|
Implemented problem 15
|
2024-04-20 10:57:56 +03:00 |
|
|
3e15c5bd78
|
Problem 15 prototype implementation
|
2024-04-19 13:22:30 +03:00 |
|
|
c56399ab5d
|
Implemented problem 14, improved readability of problems 3 and 4
|
2024-04-19 01:46:23 +03:00 |
|
|
67a8391ab8
|
Remove use from problem 2
|
2024-04-18 13:18:50 +03:00 |
|
|
eb2ed30f46
|
Implemented problems 2,12,13
|
2024-04-18 13:18:14 +03:00 |
|
|
7fbad410b1
|
Implemented problems 11-12, improved problem 10 runtime using dynamic programming
|
2024-04-18 03:14:34 +03:00 |
|
|
4357ce4200
|
Merge branch 'main' of ssh://git.obamna.ru:2222/erius/leetcode
|
2024-04-16 16:10:49 +03:00 |
|
|
479666d7a9
|
Implemented problems 4-9
|
2024-04-16 16:09:58 +03:00 |
|
|
e77be12ebe
|
Implemented problem 10
|
2024-04-16 15:46:07 +03:00 |
|
|
5da5a2ca0a
|
Initial commit
|
2024-04-13 16:32:01 +03:00 |
|