https://github.com/mensenvau/solutions_lets_crack_it
Let's Crack It
https://github.com/mensenvau/solutions_lets_crack_it
cpp interviewbit javascript leetcode leetcode-solutions python
Last synced: 8 months ago
JSON representation
Let's Crack It
- Host: GitHub
- URL: https://github.com/mensenvau/solutions_lets_crack_it
- Owner: mensenvau
- Created: 2023-10-16T19:35:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T19:27:01.000Z (about 2 years ago)
- Last Synced: 2023-11-11T20:26:55.567Z (about 2 years ago)
- Topics: cpp, interviewbit, javascript, leetcode, leetcode-solutions, python
- Language: C++
- Homepage:
- Size: 334 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Let's Crack It!
_Author of the competition: [ULUGBEK ABDIMANABOV](https://t.me/ULUGBEK_ABDIMANABOV)_
### Week 1:
- Day 1 - [Word ladder II](https://www.interviewbit.com/problems/word-ladder-ii/) _(with help.)_
- Day 2 - [Preorder Traversal](https://www.interviewbit.com/problems/preorder-traversal/)
- Day 3 - [Knight on chess Board](https://www.interviewbit.com/problems/knight-on-chess-board/)
- Day 4 - [Least common Ancestor](https://www.interviewbit.com/problems/least-common-ancestor/)
- Day 5 - [Construct Binary tree from inorder and preorder](https://www.interviewbit.com/problems/construct-binary-tree-from-inorder-and-preorder/)
- Day 6 - [Nodes at distance K](https://www.interviewbit.com/problems/nodes-at-distance-k/)
### Week 2:
- Day 1 - [Rotate Matrix](https://www.interviewbit.com/problems/rotate-matrix/)
- Day 2 - [Merge Intervals](https://www.interviewbit.com/problems/merge-intervals/)
- Day 3 - [Merge Overlapping Intervals](https://www.interviewbit.com/problems/merge-overlapping-intervals/)
- Day 4 - [Add One To Number](https://www.interviewbit.com/problems/add-one-to-number/)
- Day 5 - [N/3 Repeat Number](https://www.interviewbit.com/problems/n3-repeat-number/) _(with help.)_
- Day 6 - [Max Distance](https://www.interviewbit.com/problems/max-distance/) _(with help.)_
### Week 3:
- Day 1 - [Container With Most Water](https://www.interviewbit.com/problems/container-with-most-water/)
- Day 2 - [Array 3 Pointers](https://www.interviewbit.com/problems/array-3-pointers/) _(with help.)_
- Day 3 - [Remove Duplicates from Sorted Array](https://www.interviewbit.com/problems/remove-duplicates-from-sorted-array/)
- Day 4 - [Different Bits Sum Pairwise](https://www.interviewbit.com/problems/different-bits-sum-pairwise/)
- Day 5 - [Single Number II](https://www.interviewbit.com/problems/single-number-ii/)
- Day 6 - [Intersection Of Sorted Arrays](https://www.interviewbit.com/problems/intersection-of-sorted-arrays/)
### Week 4:
- Day 1 - [All Unique Permutations](https://www.interviewbit.com/problems/all-unique-permutations/)
- Day 2 - [NQueens](https://www.interviewbit.com/problems/nqueens/)
- Day 3 - [Palindrome Partitioning](https://www.interviewbit.com/problems/palindrome-partitioning/)
- Day 4 - [Disjoint Intervals](https://www.interviewbit.com/problems/disjoint-intervals/) _(with help.)_
- Day 5 - [Majority Element](https://www.interviewbit.com/problems/majority-element/)
- Day 6 - [Meeting rooms](https://www.interviewbit.com/problems/meeting-rooms/)