Toolkit
Rock, Paper & Scissors Game
snippetMade a simple rock, paper and scissors game in c programming language.
Unit Conversion
snippetMade a simple unit conversion program in c programming language.
Star Printing
snippetMade a simple star printing program in c programming language.
Receipt Generator
snippetMade a simpe receipt generator program in c programming language.
Pyramid Star Printing
snippetMade a simple pyramid star printing program in c programming language.
Palindrome Number Checker
snippetMade a simple palindrome number checker program in c programming language.
Students Marks Tracker
snippetMade a student's marks tracker program in c++ programming language.
Bubble Sort Algorithm
snippetMade the bubble sort algorithm using in c programming language.
Insertion Sort Algorithm
snippetMade the insertion sort algorithm using in c programming language.
Selection Sort Algorithm
snippetMade the selection sort algorithm using in c programming language.
Quick Sort Algorithm
snippetMade the quick sort algorithm using in c programming language.
Merge Sort Algorithm
snippetMade the merge sort algorithm using in c programming language.
Count Sort Algorithm
snippetMade the count sort algorithm using in c programming language.
Preorder Traversal in Binary Search Tree
snippetMade the preorder traversal in binary search tree using in c programming language.
Postorder Traversal in Binary Search Tree
snippetMade the postorder traversal in binary search tree using in c programming language.
Inorder Traversal in Binary Search Tree
snippetMade the inorder traversal in binary search tree using in c programming language.