codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
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:
6.30.2010
strace - diagnostic, debugging and reverse engineering tool
›
Many times we come across hopeless situations where a program when compiled and installed in GNU/Linux just fails to run. Then we have to tr...
Static Functions in C
›
B y default all functions are implicitly declared as extern , which means they're visible across translation units. But when we use stat...
9 comments:
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:
3.27.2010
Fedora 12 on HP Pavilion dv6340eu
›
Atlast the day has come, LINUX running on my laptop(pre-loaded with M$ VISTA). Time for celebrations. So I decided to drop a post on how t...
2 comments:
‹
›
Home
View web version