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

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

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
```