Skip to content

KnightHacks/workshops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knight Hacks Workshops

Knight Hacks

Curated, year-by-year workshop materials, code examples, and presentations used by the Knight Hacks community.

Table of Contents

About

This repository groups workshops by academic year and series to make it easy to find materials for classes, events, and self-study. Each workshop typically includes source code, a README, and presentation files when available.

Repository Structure

Top-level layout (examples):

workshops/
└── 2024-2025/
    └── class-related/
        └── cs1-finals-review/
            ├── heap/
            │   ├── heap.c
            │   ├── heap.h
            │   └── main.c
            ├── sorting/
            │   ├── bubbleSort.c
            │   └── mergeSort.c
            └── README.md

Each workshop folder may contain:

  • code files (source code for examples and exercises)
  • presentation files (slides, PDFs)
  • README.md with workshop-specific notes and instructions

How to Use

  • Browse by year and series to find the workshop you need.
  • Open the workshop's README.md for setup instructions and sample runs.
  • Many folders include runnable examples and input.txt fixtures for quick testing.

Contributing

  • Found an issue or have updated materials? Please open a PR with your changes.
  • Keep commits focused and include a short description of added/updated materials.
  • If you want to propose a new workshop series, open an issue describing scope and deliverables.

Contact


Thank you for exploring the Knight Hacks workshops, happy learning :)

About

The official Knight Hacks Workshops repository

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10