Skip to content

therealarfu/String-Sorting-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

String-Sorting-Algorithm

It's an algorithm that sorts a list of strings based in a given alphabet

How to use

import sortwords

Functions

Function Parameters Deinition
compareWords w1(string) ; w2(string) ; alf(string) ; WHITESPACE(bool) Says the word that comes first based on the given alphabet
sortWords words(list) ; alf(string) ; WHITESPACE(bool) ; reversed(bool) Sorts a list of strings based on a given alphabet

About

It's an algorithm that sorts a list of strings based in a given alphabet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages