Skip to content

๐Ÿ“š Hash Table & Wordcount โ€” C language course project: hash table data structure, wordcount using static/dynamic libs, and tail implementation

License

Notifications You must be signed in to change notification settings

kezniklm/Hash-Table-Data-Structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

C Language Course - IJC Project 2

Implementation of Hash Table Data Structure, Wordcount and Tail program

Evaluation: 14/15 points

Assignment

Assignment link

Description

This is a C implementation of a hash table data structure. It provides efficient key-value pair storage and retrieval using a hash function and an array.

Compilation

To compile the program, use the following command:

$ make

Usage - Wordcount

To run the program that is using static libraries:

$ ./wordcount <input>

To run the program that is using static libraries:

$ ./wordcount-dynamic <input>

where input is stdin or file

Usage - Tail

To run the program:

$ ./tail <input>

where input is stdin or file

About

๐Ÿ“š Hash Table & Wordcount โ€” C language course project: hash table data structure, wordcount using static/dynamic libs, and tail implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published