Skip to content

This repository contains materials, assignments, and exercises for the HNDIT3032: Data Structures and Algorithms course(external). It includes coding challenges, and project-based tasks designed to help students master fundamental data structures and algorithmic concepts.

Notifications You must be signed in to change notification settings

Abishethvarman/HNDIT3032-Data-Structures-and-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HNDIT3032-Data-Structures-and-Algorithms

This repository contains materials, assignments, and exercises for the HNDIT3032: Data Structures and Algorithms course(external). It includes coding challenges, and project-based tasks designed to help students master fundamental data structures and algorithmic concepts.

How to Contribute

Follow the steps below to contribute to this repository:

  1. Fork the Repository
    Go to the original repository on GitHub and click "Fork" in the top-right corner to create your own copy.

  2. Clone the Forked Repository to Your Local Machine
    Open your terminal and run the following command to clone the forked repository to your local machine:

    git clone <your-forked-repo-url>
  3. Copy and Rename the Exercise File
    Copy the relevant exercise file and rename it according to the provided naming convention.

  4. Create a New Branch from the Main Branch
    Switch to the main branch and create a new branch with the correct naming convention:

    git checkout -b <branch-name>
  5. Make Your Changes
    Modify the copied file as per the exercise requirements.

  6. Commit Your Changes
    Stage your changes and commit them with a descriptive message:

    git add .
    git commit -m "Descriptive message about the changes"
  7. Push Your Changes to the New Branch
    Push the changes to the branch you just created:

    git push origin <branch-name>
  8. Create a Pull Request
    Go to your forked repository on GitHub and click "Contribute" or "Pull Request".
    Follow the instructions to submit your pull request to the main repository.


About

This repository contains materials, assignments, and exercises for the HNDIT3032: Data Structures and Algorithms course(external). It includes coding challenges, and project-based tasks designed to help students master fundamental data structures and algorithmic concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages