Skip to content

A lightweight terminal application that reads from one or a bunch of text files and prints the number of word occurrences to an output

Notifications You must be signed in to change notification settings

JamesMaloney/swordx2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swordx2

A lightweight terminal application that reads from one or a bunch of text files and prints the number of word occurrences to an output.
Original "swordx" was made as an academic assignment, and was shitty planned, poorly made and most importantly rushed.
This is his rebirth: "swordx2"!
It's almost completely rewritten, the data structure used to store words was changed from linked list (slow and absolutely inefficient) to binary search tree (less complex and much faster), some options were added and some big mistakes were taken care of.
It still remains an academic project, made in spare time and just for fun, as a sort of challenge to myself, so IT IS still not perfect, but here it is.

About

A lightweight terminal application that reads from one or a bunch of text files and prints the number of word occurrences to an output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published