Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasthaddeus committed Aug 14, 2023
1 parent d6a35c5 commit a1bf3a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: Musical Chairs
author: Thaddeus Thomas
---

[![Deploy Jekyll with GitHub Pages dependencies preinstalled](https://github.com/thomasthaddeus/musical-chairs/actions/workflows/jekyll-gh-pages.yml/badge.svg)](https://github.com/thomasthaddeus/musical-chairs/actions/workflows/jekyll-gh-pages.yml)

This project contains implementations of a seating arrangement algorithm using four different approaches: using a class, using Python's heapq module, using standalone functions, and using Python's zip function along with the built-in sorted function.

## Directory Structure
Expand Down

0 comments on commit a1bf3a7

Please sign in to comment.