Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/molodchina/extra-programming
- Owner: Molodchina
- Created: 2023-02-17T07:22:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T13:09:23.000Z (11 months ago)
- Last Synced: 2024-09-11T12:19:33.574Z (about 2 months ago)
- Language: Python
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```