Primitive Data Type
Primitive or most fundamental data type in c can be
categorized in three groups on the basis of its application:
1. Integral type number:
char , int
2. Real type number:
float , double
3. Void or nothing type:
void
Popular Stuff
Binary Search C program
Binary search algorithm is a technique
for locating a particular value in a sorted list.
Creation Of Binary Search tree
Learn How to Create a BST
Simple Linked List
In computer science, a linked list is one
of the fundamental data structures, and can be used to implement other
data structures
Doubly Linked List
Doubly Linked List Implementation
Push and Pop in Linked list
Learn how to Push & Pop in a Linked List
Threaded Binary tree
A binary tree is threaded by making all
right child pointers
---------------------------------------------------------------------------------------
|