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
- Host: GitHub
- URL: https://github.com/yuuzi261/algorithm
- Owner: Yuuzi261
- Created: 2023-09-24T12:45:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T02:55:11.000Z (12 months ago)
- Last Synced: 2025-03-23T17:27:43.219Z (9 months ago)
- Topics: algorithm, algorithms, c-plus-plus, c-plusplus, cplusplus, prime-numbers, prime-test
- Language: C++
- Homepage:
- Size: 24.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)