Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)