Skip to content

Some Simple Algorithms & Data Structures I learnt in High School & University (BSc. Mathematics), PROUDLY USING GPL-3.0 OR LATER!

License

Notifications You must be signed in to change notification settings

hyperuser178/allocorphic-ichi-croissant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allocorphic-ichi-Croissant

Some Simple Algorithms & Data Structures I learnt in High School & University (BSc. Mathematics), PROUDLY USING GPL-3.0 OR LATER!

Workspace Structure

.
├── 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:

Changelog

2025-09-15, License Changed

  • License upgraded from GPL-3.0-only to GPL-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.

License

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

About

Some Simple Algorithms & Data Structures I learnt in High School & University (BSc. Mathematics), PROUDLY USING GPL-3.0 OR LATER!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published