https://github.com/anav5704/cs112-projects
Projects made for my introduction to DSA course @ USP
https://github.com/anav5704/cs112-projects
cpp terminal
Last synced: 3 months ago
JSON representation
Projects made for my introduction to DSA course @ USP
- Host: GitHub
- URL: https://github.com/anav5704/cs112-projects
- Owner: anav5704
- Created: 2023-11-08T23:37:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T00:34:38.000Z (over 1 year ago)
- Last Synced: 2025-06-03T21:20:35.032Z (about 1 year ago)
- Topics: cpp, terminal
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

## Getting Started
First fork and clone the repo. Make sure you have the G++ compiler installed. Then, choose the program you want to run and compile it:
```
g++ -o
```
Once successfully compiled, you can execute the output file using:
```
./
```
## Learning Resources
- [Object-oriented programming in C++](https://www.youtube.com/watch?v=wN0x9eZLix4)
- [DSA full course for beginners](https://www.youtube.com/watch?v=8hly31xKli0)
- [C++ roadmap](https://roadmap.sh/cpp)