Skip to content
#

dfs

Here are 80 public repositories matching this topic...

This C project is built to schedule exams. It takes a text input file which contains name and lessons for every single person. The program analyses the input file and determine an appropriate exam scheduling so for every person no exam will be overlapping. A common problem in universities since no person can enter two exams at the same time.

  • Updated Mar 12, 2018
  • C

A high-performance C library providing clean, reference implementations of fundamental algorithms. Covers sorting (quicksort, mergesort), searching (binary, linear), graph algorithms (BFS, DFS, Dijkstra), and dynamic programming. Ideal for computer science education, algorithm labs, and as a lightweight, embeddable code reference.

  • Updated Jan 14, 2026
  • C

Improve this page

Add a description, image, and links to the dfs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dfs topic, visit your repo's landing page and select "manage topics."

Learn more