https://github.com/giorgiogamba/codinginterviewstraining
This repository contains some code in various languages representing solutions to problems I cannot find online
https://github.com/giorgiogamba/codinginterviewstraining
Last synced: 10 months ago
JSON representation
This repository contains some code in various languages representing solutions to problems I cannot find online
- Host: GitHub
- URL: https://github.com/giorgiogamba/codinginterviewstraining
- Owner: giorgiogamba
- Created: 2024-07-15T09:32:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:23:41.000Z (over 1 year ago)
- Last Synced: 2025-02-01T03:11:20.347Z (11 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coding Interviews Training
This repository contains some solutions for some typical interview problems.
While I am studying for coding inteviews, I am pushing here some solution for problems that are not online.
## C++ Code
The C++ code can be compiled with C++ 20
```
$ g++ main.cpp -o main -std=c++20
$ ./main
```