Skip to content

A console application written in c# , demonstrating a few linked list manipulations

Notifications You must be signed in to change notification settings

korenkaplan/Linked-List

Repository files navigation

Linked-List


  1. Download the repository zip and extract the folder Linked-list_main, drag out the folder inside and open it
  2. Open the DataStructureFinalproject.sln (solution file)
  3. Open The solution explorer and unfold DataStructureFinalproject and click on Program.cs
  4. Choose your your typing speed and name (more details below in Dynamic data section) inside the region "Init Parameters" inside the main function
  5. Exec
  6. Change properties and try again

Dynamic data:
1. Names of variables --> change the variables with Name from Parameters region.
2. Speed of typing --> change the variables: cmSpeed(comments), codeSpeed(code), otSpeed(output)
3. Numbers of courses --> change variable numOfCourses
4. Length of numbers list --> change variable numListLength
5. Length of lists Workers/Students --> by adding names to string arrays names1, names2 or names3.
6. Min grade for courses list --> change variable minGradeForCourses
7. Username --> change teacher variable
-------------------------------------------------------------------------------
Change typing speed:
cmSpeed --> the speed the comments are typed to console.(green color).
codeSpeed --> the speed the code is written to console.(white color)
otSpeed --> the speed the code output is typed to console.(dark yellow color)
-------------------------------------------------------------------------------
How to check a speccific function:
1.Inside the if condition replace false with true
2.Go to the body of the function CheckSpecificFunction()
3.copy the region "syntax for validation in main" from the question you want to check (13-25) and place it in the function CheckSpecificFunction()
4.Remove the comments signs from inside the region
5. Run the Code

About

A console application written in c# , demonstrating a few linked list manipulations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages