Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chaudinh/algoprep2.0

Daily coding problems collection by topics
https://github.com/chaudinh/algoprep2.0

algorithms-and-data-structures dailycodingproblem hacktoberfest hacktoberfest-accepted hacktoberfest2023

Last synced: about 4 hours ago
JSON representation

Daily coding problems collection by topics

Awesome Lists containing this project

README

        

## Algorithms And Data Structures Preparation for Software Engineer

What do we cover?

### 1. ARRAYS

- Get product of all element accept at index i
- Calculate maximum sub-array sum
- Calculate maximum circle sub-array sum
- Smallest window need to be sorted
- Count smaller elements to the right

### 2. STRINGS

- Arrays
- Back tracking
- Binary search
- Dynamic programming
- Graphs
- Hash tables
- Heaps
- Linked list
- Searching
- Stack and queue
- Trees
- Strings
- Tries