This repository contains some useful C programs, such as linked lis, stacks, queue, binary tree implementation in C, with all its operations, simulated thorugh menu driven programs. All the functions related to operations are custom made by me, using my ideas, and they can be used as template files for work and competitive programming in C. It also contains some other programs related to file handling of structures, in Binary mode, so that someone trying to get into it, can use it as reference. Also, it contains some more variety of programs, created accoridng to my ideas!
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
5
commits
Added the program file 'Sorting-Funtions_bubble-sort_selection-sort_insertion-sort_quick-sort_heap-sort_merge-sort.c'
398499bView on GitHubAdded MAX_Heap_all_operations_menu_driven.c file, which is a menu driven program to perform operations on MAX Heap
e4c1ef2View on GitHubAdded the function for Level-Order traversal of nodes in binary_search_tree_all_operations_menu_driven_program.c
be21897View on GitHub