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

https://github.com/yuuzi261/algorithm

Some examples of algorithms
https://github.com/yuuzi261/algorithm

algorithm algorithms c-plus-plus c-plusplus cplusplus prime-numbers prime-test

Last synced: 2 months ago
JSON representation

Some examples of algorithms

Awesome Lists containing this project

README

          

# Algorithm

This repository contains several algorithm exercises, including prime number checking, the traveling salesman problem, convex hull, Binary Search Tree (BST), Splay Tree (SPT), Treap, and Huffman coding, all written in C++.

- [Primaity Testing](https://github.com/Yuuzi261/Algorithm/tree/main/Primality%20Testing)
- [Travel Map](https://github.com/Yuuzi261/Algorithm/tree/main/Travel%20Map)
- [Dictionary](https://github.com/Yuuzi261/Algorithm/tree/main/Dictionary)
- [Huffman Coding](https://github.com/Yuuzi261/Algorithm/tree/main/Huffman%20Coding)