├── Algorithm to delete an element from a queue.c ├── Binary Search.c ├── Bubble Sort.c ├── Implement Queue Using Circular array.c ├── Implementation of Binary Tree.c ├── Infix to postfix.c ├── Insert a node in a linked list.c ├── Insert element in circular queue in linked list.c ├── Insert values in a queue implemented through array.c ├── Insertion Sort.c ├── LICENSE ├── Linear Search.c ├── Merge sort.c ├── Push and Pop on Stack.c ├── Quick Sort.c ├── Selection Sort.c ├── Stack Implementation.c └── Tower of Hanoi.c /Algorithm to delete an element from a queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Algorithm to delete an element from a queue.c -------------------------------------------------------------------------------- /Binary Search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Binary Search.c -------------------------------------------------------------------------------- /Bubble Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Bubble Sort.c -------------------------------------------------------------------------------- /Implement Queue Using Circular array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Implement Queue Using Circular array.c -------------------------------------------------------------------------------- /Implementation of Binary Tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Implementation of Binary Tree.c -------------------------------------------------------------------------------- /Infix to postfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Infix to postfix.c -------------------------------------------------------------------------------- /Insert a node in a linked list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Insert a node in a linked list.c -------------------------------------------------------------------------------- /Insert element in circular queue in linked list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Insert element in circular queue in linked list.c -------------------------------------------------------------------------------- /Insert values in a queue implemented through array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Insert values in a queue implemented through array.c -------------------------------------------------------------------------------- /Insertion Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Insertion Sort.c -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/LICENSE -------------------------------------------------------------------------------- /Linear Search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Linear Search.c -------------------------------------------------------------------------------- /Merge sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Merge sort.c -------------------------------------------------------------------------------- /Push and Pop on Stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Push and Pop on Stack.c -------------------------------------------------------------------------------- /Quick Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Quick Sort.c -------------------------------------------------------------------------------- /Selection Sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Selection Sort.c -------------------------------------------------------------------------------- /Stack Implementation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Stack Implementation.c -------------------------------------------------------------------------------- /Tower of Hanoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anshumansinha3301/fifty-shades-of-codes-using-C/HEAD/Tower of Hanoi.c --------------------------------------------------------------------------------