Stack Operations using C Language Implement stack as an abstract data type (ADT) using linked list. Use this ADT for […]

Queue Operations using C Language   Write a program to Queue Operations using C Language to implement the following functions […]

Expression Tree in C Write a program to implement Expression Tree using C Language with the following features : Recursive […]

Dijkstra Algorithm in C Language Represent a given graph using adjacency matrix and find the shortest path using Dijkstra’s algorithm. […]

Hoffmans algorithm in C Implement Huffmans algorithm in C Language. Hoffmans algorithm in C Language Code  

    […]

Hash table code in C Implementation of Hash table using array and handle collisions using Linear probing with replacement and […]

Student Database in C Language  Accept student information (e.g. Roll No, Name, Percentage etc.). Display the data in descending order […]

Matrix Operations in C Language Implement following Matrix operations as Given Below:  Addition with arrays. Multiplication without pointers to arrays […]

 Cricket Database in C++  

    Supply projectgeek.com

Prime numbers in C Language Write a prime numbers in C Language program to generate prime numbers between 1 and n. […]