Commit graph

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