Commit Graph

34 Commits

Author SHA1 Message Date
Kiril Kovachev
4164ab5ca4 Ignore README note inside cpp (for personal reflection)
I have just noted down locally what problems I want to review, and so I
don't feel the need to share that rather useless-to-others file on here
:)
2024-06-21 01:38:19 +01:00
Kiril Kovachev
2c9ad8c0c2 Add .gitignore 2024-06-21 01:37:03 +01:00
Kiril Kovachev
edf49fe7a3 Solve some problems in Bash 2024-06-21 01:36:40 +01:00
Kiril Kovachev
b438dd5395 Solve many problems in C++ 2024-06-21 01:36:27 +01:00
Kiril Kovachev
eaa8414c67 Solve 169. Majority Element 2024-04-30 17:11:48 +01:00
Kiril Kovachev
120ab5f7a0 Solve 202. Happy Number 2024-04-30 17:07:28 +01:00
Kiril Kovachev
099bac4380 Solve 104, 118, 28 2024-04-30 16:56:00 +01:00
ktkovachev
cef4a48ca9
Solve 112. Path Sum 2024-04-08 18:18:54 +01:00
ktkovachev
85af04c566
Solve 94. Binary Tree Inorder Traversal 2024-04-08 17:07:41 +01:00
ktkovachev
b173b159ea
Solve 70. Climbing Stairs 2024-04-08 17:02:03 +01:00
ktkovachev
6f468c4c98
Solve 69. Sqrt(x) 2024-04-08 16:56:16 +01:00
ktkovachev
72cc7fb185
Rename 66_plus_one to 66_plus_one.py 2024-04-08 16:39:09 +01:00
ktkovachev
eef4cd9ade
Solve 67. Add Binary 2024-04-08 16:38:50 +01:00
ktkovachev
fa5a35e24d
Solve 66. Plus One 2024-04-08 16:36:26 +01:00
ktkovachev
fa8bbdeecb
Solve 58. Length of Last Word 2024-04-08 16:29:49 +01:00
ktkovachev
cb08f3ce4e
Solve 35. Search Insert Position 2024-04-08 16:22:30 +01:00
ktkovachev
c7048b8b19
Solve 1700. Number of Students Unable to Eat Lunch
Using a deque to improve the speed of removing from the left side of the queue and rotating students to the back of the queue (from O(n) to O(1) amortized).
2024-04-08 16:04:43 +01:00
Kiril Kovachev
98b2830568 Add newline to 2778 solution 2024-03-08 21:05:31 +00:00
Kiril Kovachev
4919cb9540 Solve 944. Delete Columns to Make Sorted 2024-03-08 21:05:02 +00:00
Kiril Kovachev
1d06cbd973 Solve 2778. Sum of Squares of Special Elements in Rust 2024-03-08 21:04:44 +00:00
Kiril Kovachev
f54fe40496 Solve 1287 Element Appearing More Than 25% in Sorted Array 2024-03-08 21:04:16 +00:00
Kiril Kovachev
59064dd981 Solve 2778. Sum of Squares of Special Elements 2024-03-08 20:09:29 +00:00
Kiril Kovachev
20757a2bf2 Solve 1752. Check if Array is Sorted and Rotated 2024-03-08 20:09:12 +00:00
Kiril Kovachev
cdcff5d91d Solve 108. Convert Sorted Array to Binary Search Tree 2024-03-08 20:08:51 +00:00
Kiril Kovachev
75ef39813b Solve 279. Perfect Squares 2024-03-08 19:25:59 +00:00
Kiril Kovachev
9a3e4a94c6 Solve 88. Merge Sorted Array 2024-03-08 19:02:46 +00:00
Kiril Kovachev
c4a613dd84 Solve 977 Squares of a Sorted Array 2024-03-08 18:39:18 +00:00
Kiril Kovachev
30e48785a8 Add comment to 28. Find the Index of the First Occurrence in a String 2024-03-08 17:27:52 +00:00
Kiril Kovachev
127c2a32f4 Solved 28. Find the Index of the First Occurrence in a String 2024-03-08 17:21:24 +00:00
Kiril Kovachev
707e68cf0a Add Remove Element 2024-03-08 17:14:04 +00:00
Kiril Kovachev
046a2c87e9 Return length k in problem 26 2024-03-08 16:56:44 +00:00
Kiril Kovachev
51274d17c2 Make sure files end in a newline 2024-03-08 16:52:26 +00:00
Kiril Kovachev
8d4606ab95 Solve 26. Remove Duplicates from Sorted Array 2024-03-08 16:51:55 +00:00
Kiril Kovachev
ed40cc2fd1 Add solutions 2024-03-08 16:42:50 +00:00