Categories
- Computer Science (24)
- Coding Discussions (10)
- Linux / Unix Shell (8)
- Others (4)
- Overview (2)
- Entertainment (4)
- GNU+Linux+FOSS (28)
- Humor (16)
- Writings (1)
- Computer Science (24)
Tags
API boot calcutta university combinatorics comic command counting C program distro fedora firefox game gcc geexbox gimp gnu google graphics install internet ipod jumble kde linux livecd liveusb minimalist multi boot multimedia numerical operating system os poll portable prank prime number Programming review shell small source code unix video wallpaper wordpress-
Top 10
- Geeky Code Wallpaper with GIMP
- Making a Multi Booting CD DVD USB
- Bash Script : Print lines of a file in reverse order
- Little and Big Endian conversion
- Jumble Word Solver
- Choose login manager GDM or KDM in Fedora
- Hero’s Method : Evaluating square root of a real number
- What are ID3 Tags all about?
- Allegro 4.2.2
- Floating point math operations in bash
-
Recent Comments
Polls
Tag Archives: jumble
Jumble Word Solver
A jumble word solver. Finds all meaningful words that can be made my rearranging the characters of a certain string. Two methods have been described. One searches sequentially through a list of words, another searches through a tree where the words are indexed. The tree method is very fast and only needs maximum of “n” iterations to search all the matching words, where “n” is the length of the input string. Continue reading




