Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/molodchina/extra-programming

Self-guided projects including Python Projects, C++ Contests, C# Programs, Operating Systems on Arduino.
https://github.com/molodchina/extra-programming

Last synced: about 8 hours ago
JSON representation

Self-guided projects including Python Projects, C++ Contests, C# Programs, Operating Systems on Arduino.

Awesome Lists containing this project

README

        

# Extra-Programming

This repository is devoted to **self-guided** Projects and Programs completed during the years of study at [Lyceum 1501](https://lycc1501.mskobr.ru/), including solving **Contests****Competitions**.

In this repository, you can find examples of:
- C++ functionality such as **file i/o**, **stream i/o**, **vectors**, **stacks**.
- Python functionality such as **itertools.product**, **copy.deepcopy**, **collections.Counter**, **file i/o**.

## Involved Algorithms
- Graphs
- Breadth First Searching
- Depth First Searching
- Prim's Algorithm
- Dijkstra's Algorithm
- Lists
- Binary Search
## Project Tree
```
├── "C++
│   ├── Dynamic Programming
│   │   └── ...
│   └── Graphs
│   └── ...
├── C++
│   ├── Dynamic Programming
│   │   └── ...
│   ├── Extra
│   │   └── ...
│   ├── Files
│   │   └── ...
│   ├── Graphs
│   │   └── ...
│   ├── Stacks
│   │   └── ...
│   └── Test
│   └── ...
├── Python
│   ├── Competitions
│   │   └── ...
│   └── School Contests
│   └── ...
└── README.md
```