This repository is a collection of my LeetCode solutions.
You can find all of my LeetCode problems' solutions. They are separated into the daily and problems folders. The problems folder is further separated into algorithms and concurrency.
The daily folder only includes the solutions I came up while the problem was set as daily, you will also find the solutions in the problems folder, but there will be all the ones I found.
Each problem will have a description provided by LeetCode, a link to the problem on the website, and also my approaches with the performance they got.
| Date | Problem # | Problem name | Solutions | Difficulty | Link to LeetCode |
|---|---|---|---|---|---|
| 03/07/2022 | 376 | Wiggle Subsequence | Rust | Medium | leetcode.com/problems/wiggle-subsequence/ |
| 06/07/2022 | 509 | Fibonacci Number | Rust, C | Easy | leetcode.com/problems/fibonacci-number/ |
| 03/08/2022 | 729 | My Calendar I | Rust | Medium | leetcode.com/problems/my-calendar-i/ |
| # | Problem name | Solutions | Difficulty | Link to LeetCode |
|---|---|---|---|---|
| 1114 | Print in Order | Python 3 | Easy | leetcode.com/problems/print-in-order |