Toolkit

Rock, Paper & Scissors Game
snippet

Made a simple rock, paper and scissors game in c programming language.

Unit Conversion
snippet

Made a simple unit conversion program in c programming language.

Star Printing
snippet

Made a simple star printing program in c programming language.

Receipt Generator
snippet

Made a simpe receipt generator program in c programming language.

Pyramid Star Printing
snippet

Made a simple pyramid star printing program in c programming language.

Palindrome Number Checker
snippet

Made a simple palindrome number checker program in c programming language.

Students Marks Tracker
snippet

Made a student's marks tracker program in c++ programming language.

Bubble Sort Algorithm
snippet

Made the bubble sort algorithm using in c programming language.

Insertion Sort Algorithm
snippet

Made the insertion sort algorithm using in c programming language.

Selection Sort Algorithm
snippet

Made the selection sort algorithm using in c programming language.

Quick Sort Algorithm
snippet

Made the quick sort algorithm using in c programming language.

Merge Sort Algorithm
snippet

Made the merge sort algorithm using in c programming language.

Count Sort Algorithm
snippet

Made the count sort algorithm using in c programming language.

Preorder Traversal in Binary Search Tree
snippet

Made the preorder traversal in binary search tree using in c programming language.

Postorder Traversal in Binary Search Tree
snippet

Made the postorder traversal in binary search tree using in c programming language.

Inorder Traversal in Binary Search Tree
snippet

Made the inorder traversal in binary search tree using in c programming language.