Commit Graph

  • 3bc47dd607 Merge branch '14_k_closest_points_to_origin' main Manish 2023-03-12 18:59:16 +1100
  • 2438137c28 Design Pattern 14: Top 'K' Elements | Problem: K Closest Points to Origin Manish 2023-03-12 14:31:22 +1100
  • a175a0671d Merge branch '12_bitonic_point' Manish 2023-03-12 18:37:47 +1100
  • 9fa13e7447 Design Pattern 12: Modified Binary Search | Problem: Bitonic Point Manish 2023-03-12 12:07:19 +1100
  • c6c1b85f6c Merge branch '12_find_peak_element' Manish 2023-03-12 18:35:59 +1100
  • 65d8e73a0a Design Pattern 12: Modified Binary Search | Problem: Find Peak Element Manish 2023-03-12 11:47:43 +1100
  • 73dc9e2272 Merge branch '11_permutations_in_string' Manish 2023-03-10 21:07:45 +1100
  • 0225aaf204 Design Pattern 11 | Problem: Permutation in String Manish 2023-03-10 21:07:04 +1100
  • 4ab2448243 Design Patter 11: Subsets | Problem: Letter Case Permutations Manish 2023-03-10 14:55:05 +1100
  • 55ca543bdc Merge branch '10_find_the_median_of_a_number_stream' Manish 2023-03-09 23:50:48 +1100
  • 9e05565d36 Design Pattern 10: Two Heaps: Problem: Find Median from Data Stream Manish 2023-03-09 23:33:52 +1100
  • a4ed56bd67 debugger configuration Manish 2023-03-09 22:07:04 +1100
  • d14d79e808 Merge branch '9_Path_Sum_III' Manish 2023-03-08 23:07:05 +1100
  • 39d47e2c20 Design Pattern 9: DFS | Problem: Path Sum III Manish 2023-03-08 22:58:12 +1100
  • 0416c5fc9f Design Pattern 8: BFS | Problem: Binary Tree Level Order Traversal Manish 2023-03-07 18:40:56 +1100
  • ce71adaf6b Design Pattern 7: In-place Reversal of a LinkedList | Problem: Reverse every K-element Sub-list Manish 2023-03-06 18:57:44 +1100
  • 68a9deeb0c Merge branch '6_find_all_missing_numbers' Manish 2023-03-06 02:11:29 +1100
  • 967208e585 Design Pattern 6: Cyclic Sort | Problem: Find all Missing Numbers Manish 2023-03-05 14:11:14 +1100
  • 3eef09576f Design Pattern 5: Merge Intervals | Problem: Non-overlapping Intervals Manish 2023-03-05 13:48:13 +1100
  • 7551e97cd4 Improvement: use smart pointer for RAII i.e. Scope-Bound Memory Management Manish 2023-03-02 16:23:06 +1100
  • 39bd375b16 Design Pattern 3: Two Pointers | Problem: Squares of a Sorted Array Manish 2023-03-02 12:15:45 +1100
  • 269bb657a6 Design Pattern: 2. Islands (Matrix Traversal) | Problem: Number of Islands Manish 2023-02-27 09:19:13 +1100
  • 6e0c74d1b2 Randomly perform fully verifiable test in randomly generated tests coder 2023-02-26 10:11:06 +1100
  • f5582682e9 fix: do not find substring with length 1 and print test case after updating result Manish 2023-02-25 12:28:15 +1100
  • 4b09788441 feat: metamorphic test and partial verification Manish 2023-02-25 12:11:38 +1100
  • b2fac0ffd3 Improvement: directly test 'test cases' read from file instead of first reading all test cases into memory Manish 2023-02-24 23:01:23 +1100
  • 790303e7da Improvement: remove istrean and ostream includes since already included iostream Manish 2023-02-24 22:00:33 +1100
  • eebcddb472 fixes: 1. do not skip over first non-empty line; 2. skip over all empty lines Manish 2023-02-24 18:21:14 +1100
  • ff01cf3a3c random number generator to aid in generating random test cases Manish 2023-02-24 14:19:12 +1100
  • 936363011c Read test cases from file and test Manish 2023-02-23 19:28:02 +1100
  • 9fc2b23a76 ignore LibreOffice lock files Manish 2023-02-23 19:27:12 +1100
  • 4cfcf09449 Design Pattern: 1. Sliding Window | Problem: Longest Substring with 'K' Distinct Characters Manish 2023-02-23 01:03:22 +1100
  • e85bdf72f0 project cmake file created Manish 2023-02-22 17:38:29 +1100
  • 10bc43e929 Update 'README.md' Manish 2023-02-22 07:01:47 +0100
  • a1115b04e6 Initial commit Manish 2023-02-22 07:00:18 +0100