codingfreak
Pages
(Move to ...)
Home
Algorithms
Data Structures
Linux
▼
Showing posts with label
Interview Question
.
Show all posts
Showing posts with label
Interview Question
.
Show all posts
3.13.2013
Divide a number by 3 without using any arithmetic operators
›
How to divide a number by 3 without using operators + - / * % NOTE: I am just trying to collect various answers down in this post availab...
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
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:
8.23.2012
Write a C Program without main function
›
In a C program main function is the entry point so it is mandatory to have a main function. But let us see how can we write a program wit...
8.09.2012
Implementing ls command in C
›
We know that ls command in unix displays the list of files in a directory. It has various options to display the data in various styles and...
6 comments:
›
Home
View web version