Skip to content

Vanshjin/anagram-solver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anagram.c	- Program to solve anagrams
tree.h		- FreeBSD RB Tree implementation
word_comb.c	- Program to generate all combinations of a given string
wsearch.c	- Program to search if a given word is in the dictionary or not
wsolver.c	- Program to create all possible words using all the characters of a given string

Each of the above is every separate program
Note - The current dictionary being used is /usr/share/dict/words

Compilation instructions -
gcc <file.c> -o <executable-file-name>

About

C program to solve anagrams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%