sandeep labs

sodoku solver

this program will solve easy sodoku’s it is written in c, if u want to try click here https://sourceforge.net/projects/sudokusolverinc

word frequency counter :

This application we have developed for a person, who is doing some research in compression techniques and text clustering, Categorization. the program reads text files and counts number of lines, words and also frequency of each word in a given set of text files and gives out put in xls file.

the program uses the concept of linked list to store all the unique words in the file. Each node of list will have 2 attributes word and its frequency. while reading the file if a new word is encountered then a new node is added to list and its frequency is assigned 1, if it encounters some word which is all ready there in the list then frequency of that particular node will be incremented.

this program is beta version only as the persons requirement was very urgent the program was developed in very short time and given to him. so this program is slow and requires large memory.

If some one wants to use it or want to improve it further its here : https://sourceforge.net/projects/wordfreq/

mail me if  you need any  help on these projects.

One Response to “sandeep labs”

  1. srikanth Says:

    cool blog man
    i read that post on INDIAN DS

Leave a Reply