Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruchip16/daily_dsa
In this repository, I will share all the questions that I will solve in a2oj ladders, Leetcode and Interviewbit
https://github.com/ruchip16/daily_dsa
interview interview-questions leetcode
Last synced: about 1 month ago
JSON representation
In this repository, I will share all the questions that I will solve in a2oj ladders, Leetcode and Interviewbit
- Host: GitHub
- URL: https://github.com/ruchip16/daily_dsa
- Owner: Ruchip16
- Created: 2021-05-02T08:01:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T15:10:28.000Z (about 2 years ago)
- Last Synced: 2024-10-24T03:34:03.240Z (2 months ago)
- Topics: interview, interview-questions, leetcode
- Language: C++
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily DSA Practice Track
In this repository I will share all the questions that I will solve daily in DSA| **Topics** | **Questions** |
|:------------:|:-------------:|
| Vector | [FizzBuzz](https://leetcode.com/explore/featured/card/top-interview-questions-easy/102/math/743/)
| Array | [Two Sum](https://leetcode.com/problems/two-sum/)|
| | [Sum of Two numbers with sorted List](https://binarysearch.com/problems/Sum-of-Two-Numbers-with-Sorted-List)
| | [Max Non-Negative Subarray](https://www.interviewbit.com/problems/max-non-negative-subarray/)
| | [Remove Duplicate numbers](https://binarysearch.com/problems/Remove-Duplicate-Numbers)
| | [Majority Element 2](https://leetcode.com/problems/majority-element-ii/)
| | [Plus One](https://leetcode.com/problems/plus-one/)
| | [Find Element in array](https://pepcoding.com/resources/online-java-foundation/function-and-arrays/find-element-in-array-official/ojquestion)
| | [Check if Array is sorted and rotated](https://leetcode.com/problems/check-if-array-is-sorted-and-rotated/)
| | [Rotate Array](https://leetcode.com/problems/rotate-array/)
| Strings | [Final Value of Variable performing operations](https://github.com/Ruchip16/Daily_DSA/tree/main/415-add-strings)
| | [Add Strings](https://github.com/Ruchip16/Daily_DSA/tree/main/415-add-strings)
| | [To Lower Case](https://leetcode.com/problems/to-lower-case/)|
| Math | [Count Primes]()
| Recursion | [Pow(x,n)](https://leetcode.com/problems/powx-n/)