Skip to content

The list is a sequence data type which is used to store the collection of data.

Notifications You must be signed in to change notification settings

AnuragUmale/List_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming Assignment 1 - List ADT

The file List.c has implementation of the List Data Structure.

Files In The Repository

  1. List.c
  2. ListTest.c
  3. Lex.c
  4. README.md
  5. Makefile

Make commands

$ make clean

This command will make the repository clean by deleting the object file and executable file of ListTest.c, Lex.c, and List.c.

$ make

This command will just compile other C files and make the executable and object file for ListTest.c and Lex.c.

Running the program

$ make
  1. This command will just compile and make the executable and object file for ListTest.c and Lex.c.
$ ./ListTest
  1. This command will run the ListTest file and show the output of List ADT functions.
$ ./Lex <input file> <output file>
  1. This command will run Lex.c and it takes 2 arguments.

About

The list is a sequence data type which is used to store the collection of data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published