# C-Sharp **Repository Path**: GG_Colin/C-Sharp ## Basic Information - **Project Name**: C-Sharp - **Description**: C# 算法集 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 69 - **Created**: 2019-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # C# This repository contains algorithms and datastructures implemented in C# for eductional purposes. --- ## Overview * [Ciphers](./ciphers/) * [Caesar](./ciphers/caesar.cs) * [Random](./ciphers/random_cipher.cs) * [Vigenere](./ciphers/vigenere_cipher.cs) * [Data Compression](<./data compression>) * [Huffman Encoding](<./data compression/huffman.cs>) * [Shannon-Fano Encoding](<./data compression/shannon_fano.cs>) * [Datastructures](./datastructure/) * [Bit Array](./datastructure/BitArray) * [Numeric](./numeric/) * [Binary GCD](./numeric/binary_gcd.cs) * [Euclidean GCD](./numeric/euclidean_gcd.cs) * [Other](./other/) * [Fermat Prime Checker](./other/fermat_prime_checker.cs) * [Prime Finder](./other/prime_finder.cs) * [Vowel Checker](./other/vowel_check.cs) * [Searches](./searches/) * [A-Star](./searches/AStar/) * [Binary](./searches/binary_search.cs) * [Linear](./searches/linear_search.cs) * [Sorts](./sorts/) * [Binary Insertion](./sorts/binary_insertion_sort.cs) * [Bogo](./sorts/bogosort.cs) * [Bubble](./sorts/bubble_sort.cs) * [Cocktail](./sorts/cocktail_sort.cs) * [Bucket](./sorts/Bucket_Sort.cs) * [Cycle](./sorts/cycle_sort.cs) * [Merge](./sorts/merge_sort.cs) * [Insertion](./sorts/insertion_sort.cs) * [Heap](./sorts/heap_sort.cs) * [Pancake](./sorts/pancake_sort.cs) * [Quick](./sorts/quick_sort.cs) * [Radix](./sorts/radix_sort.cs) * [Selection](./sorts/selection_sort.cs) * [Shell](./sorts/shell_sort.cs) * [String](./strings/) * [Palindrome Checker](./strings/palindrome.cs) * [Longest Consecutive Character](./strings/lcc.cs) --- ## Contribution You can contribute with pleasure to this repository. Please orient on the directory structure of this repository.