Some Simple Algorithms & Data Structures I learnt in High School & University (BSc. Mathematics), PROUDLY USING GPL-3.0 OR LATER!
.
├── build/
│ └── ...
├── docs/
│ └── Doxyfile
├── Makefile
├── src/
│ ├── algorithms/
│ │ ├── dp/
│ │ │ └── viterbi.py
│ │ └── nt-misc/
│ │ ├── siever.py
│ │ └── xgcd.py
│ ├── stdafx.h
│ ├── structures/
│ │ └── linkedlist/
│ │ └── ellist.h
│ └── z/
│ ├── asymmetric/
│ │ └── rsa.py
│ └── hash/
└── test/
└── ichi.cpp
Other Files:
README.md: Just this File, used to explain what this Repository does;LICENSE:- Previously, Proudly using GPL-3.0
- NOW PROUDLY USING GPL-3.0 OR LATER!
- License upgraded from
GPL-3.0-onlytoGPL-3.0-or-later.- This change allows users to benefit from future versions of the GPL license, if and when they are released by the Free Software Foundation.
- All previous versions remain under
GPL-3.0-only.
This project is licensed under the GNU General Public License v3.0 or later (SPDX-License-Identifier: GPL-3.0-or-later).
Note: Before 2025-09-14, this project was licensed under
GPL-3.0-only.Free as in freedom, not as in beer. -- Richard Stallman