Skip to content

End semester project of my course Data Structures and Algorithms - IMDB .csv file parser

Notifications You must be signed in to change notification settings

DawoodMehmood/CSV_Parser_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSV Parser - DSA

Efficient CSV parser for IMDB data using the concepts of Data Structures and Algorithms(DSA). We composed an effective data structure for this purpose utilizing linked lists and pointers.

Please read the following for the program to run successfully:

  1. Put the attached .cpp file in any one of your IDEs.
  2. Use the given .csv file to extract data from.
  3. When you run the program a "Menu" will appear with a number of options.
  4. Choose the required option to use and test the program.

About

End semester project of my course Data Structures and Algorithms - IMDB .csv file parser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages