• ProbCOMP
  • Home
  • Tech Section
    • ProbDESK - A complete desk of solution
    • techAloud - A tech blog for you
  • Programming
    • Java
    • C/C++
    • PHP
    • Javascript
  • Downloads
    • PicSTREET - A Big Street of Free Wallpapers
    • SoftDESK - A Complete Desk of Free Software
    • WebRank Toolbar - A SEO Firefox Addon
    • WebRank SEO - A Chrome Extension
  • Tips n' Tricks
Login | Register

Log In  Cancel

Forgot Password?
Twitter Facebook RSS
Page 6 of 6
Total Programs: 80

76. Linked List as Stack
Linked Lists are a dynamic way to store data. In this program linked list is implemented as a stack i.e. the last one enterd is removed first.
Download
939 Views
77. Tower of Hanoi
Tower of Hanoi is a program where disks are transffered from one peg to another. We have used three pegs where one is used as auxiliary. We transfer the disks one by one like we do it in stack.
Download
1926 Views
78. Genetic Algorithm
Genetic Algorithm is a program for converging to a required point through a given set of data.This program is written to converge to a population consisting of fittest members.
Download
3044 Views
79. Decimal to Binary
It is a program written to convert decimal numbers to binary the converted number is stored in an array. Many times we need to perform this task for certain operations.
Download
546 Views
80. Binary Search
It is a search method for searching numbers etc. in an array etc. But binary search can take place in an array that is already sorted in increasing or decreasing order (or any order like alphabetical order etc.).
Download
732 Views

123456
Did You Know ?
IP address is a numerical label that is assigned to devices participating in a computer network. Read More
Question of the Week
How many bits are used in IPv6 addressing?




©2010 ProbCOMP. All Right Reserved | Terms of Use
Sitemap | Contact Us