https://github.com/voidkeishi/applied_algorithm
https://github.com/voidkeishi/applied_algorithm
algorithms-and-data-structures
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voidkeishi/applied_algorithm
- Owner: VoidKeishi
- Created: 2023-09-21T03:48:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T08:52:13.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T12:53:49.718Z (10 months ago)
- Topics: algorithms-and-data-structures
- Language: C++
- Homepage:
- Size: 38.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applied_Algorithm
## Week 1
### Lecture
- Add two integers
- Store and search strings
### Lab
- Maze
- Range minimum query
- Telco data check and query
- Largest black subrectangle
## Week 2
### Lecture
- Stack simulation
- Queue simulation
- Word frequency in text
### Lab
- Linear integer equation
- Balanced course assignment
- CBUS
## Week 3
### Lecture
- Linear integer equation - coefficients 1
- Traveling salesman problem - TSP
- Balanced academic curriculum - BAC
### Lab
## Week 4
### Lecture
- Capacitaed vehicle routing problem - CVRP
### Lab
## Week 5
### Lecture
- EXPMOD
- Longest increasing subsequence - LIS
- Longest common subsequence - LCS
- Max subsequence
### Lab
## Week 6
### Lecture