# test1 **Repository Path**: wzzgl/test1 ## Basic Information - **Project Name**: test1 - **Description**: Implementation of All ▲lgorithms in C Programming Language - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## Contents You can find the All ▲lgorithms categories at [algorithms.com/categories](https://algorithms.com/categories) - [Artificial intelligence](#artificial-intelligence) - [Backtracking](#backtracking) - [Bit manipulation](#bit-manipulation) - [Cellular automaton](#cellular-automaton) - [Computational geometry](#computational-geometry) - [Cryptography](#cryptography) - [Data structures](#data-structures) - [Divide and conquer](#divide-and-conquer) - [Dynamic programming](#dynamic-programming) - [Gaming theory](#gaming-theory) - [Graphs](#graphs) - [Greedy algorithms](#greedy-algorithms) - [Math](#math) - [Networking](#networking) - [Numerical analysis](#numerical-analysis) - [Online challenges](#online-challenges) - [Randomized algorithms](#randomized-algorithms) - [Serches](#serches) - [Selections](#selections) - [Sorting](#sorting) - [Strings](#strings) - [No category](#no-category) ## Ciphers - [Caesar cipher](ciphers/caesar_cipher.c) ## Converting - [Binary to decimal](converting/binary_to_decimal.c) ## Data structures - [Binary search tree](data-structures/binary_search_tree.c) - [Linked list operations](data-structures/linked_list_operations.c) - [Queue](data-structures/queue.c) - [Stack](data-structures/stack.c) - [Vector](data-structures/vector.c) ## Dynamic programming - [Dijkstras algorithem](dynamic-programming/dijkstras_algorithem.c) - [Huffman Encoding](dynamic-programming/HuffmanEncoding.c) ## Math - [Factorial](math/factorial/factorial.c) - [Recursive factorial](math/factorial/recursive_factorial.c) - [Fibonacci](math/fibonacci.c) - [Greatest common divisor](math/greatest-common-divisor/greatest_common_divisor.c) - [Is prime](math/is-prime/is_prime.c) - [Least common multiple](math/least-common-multiple/least_common_multiple.c) - [Matrix](math/matrix-multiply-with-2d/matrix.c) ## Searching - [Binary search](searching/binary_search.c) - [Linear search](searching/linear_search.c) ## Sorting - [Binary tree sort](sorting/binary_tree_sort.c) - [Bubble sort](sorting/bubble_sort.c) - [Insertion sort](sorting/insertion_sort.c) - [Merge sort](sorting/merge_sort.c) - [Quick sort](sorting/quick_sort.c) - [Selection sort](sorting/selection_sort.c) ## Strings - [Palindrome](strings/palindrome.c) - [Reverse](strings/reverse/reverse.c) ## License This work is released under [MIT License][MIT] [![MIT IMG][MIT-logo]][MIT] To the extent possible under law, [Carlos Abraham](https://go.abranhe.com/github) has waived all copyright and related or neighboring rights to this work. [MIT]: https://github.com/abranhe/algorithms/blob/master/license [MIT-logo]: https://cdn.abranhe.com/projects/algorithms/mit-license.png