The flow of this project.
2019 / 06 / 03
You can check the flow of this project.
The flow of this project
Computer Oriented Statistical Methods
- Gauss_Elimination
- Lagrange_Theorem
- Mean
- Median
- Seidal
- Simpson's_1-3rd_rule.c
- Variance
Conversions
- N base to M base
- binary_to_decimal
- binary_to_hexa
- binary_to_octal
- decimal _to_binary
- decimal_to_hexa
- decimal_to_octal
- toDecimal
Data Structures
- Dynamic_stack
- HuffmanCoding
- Dynamic_queue
- UnionFind
Array
- CArray
- CArrayTests
stack
- Reverseing_Stack
- main
- parenthesis
- stack
dictionary
- dict
- test_program
linked_list
- singly_link_list_deletion
- stack_using_linkedlists
- double_lincked_list
- circular_lincked_list
- FindMiddle_List
- LinkedList_length
- ReverseSearch_List
- Reversing_List
- mergeLinkedLists
binary_trees
- AVL Tree
- Diameter of BST
- Diameter of BST_efficient
- Find_height
- Left-leaning red black tree
- Merte_2_Balanced_BST
- Splay Tree_Insert
- Splay Tree_Search
- Threaded_binary_tree
- binary_search_tree
- create_node
- recursive_traversals
trie
- trie
graphs
- base_Graph
- Bellman-Ford
- Boruvka's Algorithm
- Dijkstra's Algorithm
- Dijkstra's Algoritm example
- Floyd-Warshall
- HamiltonianCycle
exercism
- hello-world
- isogram
- acronym
- word-count
- rna-transcription
- bulls-and-cows
- wildcard
- Gomoku
Searching
pattern_search
- Binary_Search
- Other_Binary_Search
- Jump_Search
- BFS
- DFS
- LinearSearch
- binarys
- fibonacciSearch
- interpolation_search
- modifiedBinarySearch
Sorting
- BinaryInsertionSort
- BubbleSort
- BogoSort
- Gnome Sort
- InsertionSort
- InsertionSort_Recursive
- MergeSort
- OtherBubbleSort
- QuickSort
- QuickSort_Iterative
- QuickSort_SingleLinkedList
- QuickSort_DoubleLinkedList
- SelectionSort
- ShakerSort
- TimSort
- TreeSort
- HeapSort
- PancakeSort
- radix
- MergeSortforLinkedLists
Hashing
- sdbm
- djb2
- xor8 (8 bit)
- adler_32 (32 bit)
- UnderstandingHashTable.c
Misc
- Binning
- Factorial
- Fibonacci
- isArmstrong
- LongestSubSequence
- palindrome
- QUARTILE
- rselect
- strongNumber
- TowerOfHanoi
- Greatest Common Divisor
- GCD_BruteForce
- GCD_BruteForce+
- Hemisphere
- Sudoku Solver
- prime factorization
Project_euler
- Problem 01
- Problem 02
- Problem 03
- Problem 04
- Problem 05
- Problem 06
- Problem 07
Simple Client Server Implementation
This directory contains -client.c -server.c
First execute server.c in a terminal and then client.c in a different terminal. Enables communication between two terminals.