Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaudinh/algoprep2.0
- Owner: ChauDinh
- Created: 2023-10-01T06:49:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-04T11:36:56.000Z (12 months ago)
- Last Synced: 2023-12-04T12:31:56.674Z (12 months ago)
- Topics: algorithms-and-data-structures, dailycodingproblem, hacktoberfest, hacktoberfest-accepted, hacktoberfest2023
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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