Skip to content

Contains all of the resources for Data Structures and Algorithms (COMP-352) tutorials and more!

License

Notifications You must be signed in to change notification settings

TheBarzani/dsa-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA (COMP-352) SUMMER 2023 Tutorials

A project created to demonstrate Data Structures and Algorithms in JAVA. This REPO was created for COMP352 Tutorials and it contains all the resources and materials introduced in the tutorials.

How to navigate this REPO

This repo is structured as an informal JAVA project which can be imported as an Eclipse or VScode JAVA project.

/src/ contains the source code presented in each tutorial as well as the corresponding tutorial slides and material. The material per tutorial session is stored in the corresponding tutorial folder, formatted as /src/tut#.

Importing as an Eclipse JAVA project:

  1. Download this repo as ZIP file and extract it into your working directory OR just clone the repo using git.
  2. Rename the repo/folder name from COMP352_S2023-main to COMP352_S2023.
  3. Open Eclipse and set the parent folder of the repo (repo's location) as your workspace directory.
  4. Create a JAVA project and name it COMP352_S2023. (This should import the project automatically.)
  5. Try to run any java files in the /src/ folder and enjoy.

RESOURCES

JAVA installation

Windows

MacOS

Linux - Depends on the Linux distro and its Package Manager

JAVA Tutorials and Resources

Data Structures and Algorithms Online Video Tutorials

Data Structures and Algorithms Online Web Tutorials

Cheat Sheets

Data Structures and Algorithms Reading List


This is all for now, might add more later.

About

Contains all of the resources for Data Structures and Algorithms (COMP-352) tutorials and more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages