Skip to content

simple approch to find longest prefix in a list of words using C progamming

Notifications You must be signed in to change notification settings

This-is-Ayush-Sharma/Longest-prefix-from-a-list-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Longest-prefix-from-a-list-in-c

simple approch to find longest prefix in a list of words using C progamming

the code is done you just have to run the code.

for example your using a linux then the commands are as follows... (gcc -o string string.c) (./string)

for windows if you have a gcc complier installed then follow this command👎 to check gcc is installed or not just type gcc-v in cmd if the compiler is present then type in cmd:- (gcc -o string string.c) (string.exe)

About

simple approch to find longest prefix in a list of words using C progamming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages