codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
Showing posts with label
Linked List
.
Show all posts
Showing posts with label
Linked List
.
Show all posts
3.13.2013
Checking Balance of Symbols in a expression
›
This article is part of article series - " Datastructures " A balanced expression contains right number of closing and open brac...
2.05.2013
Conversion from Infix to Postfix
›
This article is part of article series - " Datastructures " Converting a Fully Parenthesized Infix expression into Postfix expr...
12.25.2012
Deleting a Node from a Singly Linked List
›
This article is part of article series - " Datastructures " Previous Article : Implementation of Singly Linked List . Next Arti...
Detecting First Node in a Loop in the List
›
This article is part of article series - " Datastructures " Previous Article : Detecting a Loop in Singly Linked List - Tortoise...
2 comments:
11.13.2012
Finding Nth node from end of a Singly Linked List
›
This article is part of article series - " Datastructures " Previous Article : Finding first node in a Loop in Singly Linked Lis...
11.06.2012
Reversing a Singly Linked List
›
This article is part of article series - " Datastructures " Previous Article : Deleting a Node from a Singly Linked List . Next...
9.21.2012
Detecting a Loop in Singly Linked List - Tortoise & Hare
›
This article is part of article series - " Datastructures " Previous Article : Reversing a Singly Linked List . Next Article : ...
11 comments:
3.01.2012
Deletion of a Node from Doubly Linked List
›
This article is part of article series - " Datastructures ". Previous Article : Inserting a Node in Doubly Linked List . Dele...
2.27.2012
Inserting a Node in Doubly Linked List
›
This article is part of article series - " Datastructures " Previous Article : Doubly Linked List ...
2 comments:
2.24.2012
Implementation of Doubly Linked List in C
›
In computer science, a doubly linked list is a linked data structure that consists of a set of sequentially linked records called Nodes. Eac...
8 comments:
7.07.2010
Implementation of Stack using Singly Linked Lists
›
S tacks are linear data structures which means the data is stored in what looks like a line (although vertically). In simple words we can sa...
1 comment:
4.24.2010
Singly Linked List in C
›
C heck Implementation of Singly Linked List for theoretical explanation regarding implementation of singly linked lists. #include <s...
22 comments:
8.26.2009
Implementation of Singly Linked List
›
This article is part of article series - " Datastructures " Generally a Linked List means "Singly Linked List". It is ...
119 comments:
›
Home
View web version