Welcome to the New Era University Senpai Data Structures Lecture Handout repository for the year 2024. This repository contains essential materials for the data structures lectures, providing students with a comprehensive resource to enhance their understanding of the subject.
This repository contains code samples, and supplementary materials related to the SENPAI Program featuring Data Structures at New Era University in 2024. It is designed to complement the in-class learning experience and assist students in their studies.
To download the contents of this repository, follow these steps:
-
Clone the Repository:
- Open a terminal or command prompt.
- Navigate to the directory where you want to store the repository.
- Run the following command:
git clone https://github.com/dkroderos/senpai-ds.git
-
Download ZIP:
- Alternatively, you can download the repository as a ZIP file.
- Click on the "Code" button on the GitHub page and select "Download ZIP."
- Extract the contents to your desired location.
Once you have downloaded the repository, follow these steps to run the Java file:
-
Navigate to the Java File:
- Open a terminal or command prompt.
- Change directory to the root of the downloaded repository:
cd path/to/senpai-ds
-
Compile the Java File:
- If the Java file needs compilation, use the following command:
javac Senpai.java
-
Run the Java File:
- Execute the compiled Java file with the following command:
java Senpai
Feel free to explore the contents of this repository and use the provided materials to enhance your understanding of data structures.
Happy coding! 🚀