subhronilsaha / wwdc-21-submission

A Swift Playground for visualising graph search and deadlock concepts. Submission for WWDC 2021 Swift Student Challenge. [Accepted]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duke's Prep for WWDC 🧑‍💻

Status: Accepted 🥳

My Swift Playground Submission for WWDC 2021 Swift Student Challenge!

In this Swift Playground, follow Duke the iOS developer's journey as he prepares himself for WWDC 2021 online event, and learns and implements various CS concepts along the way.

This Playgroundbook aims to make algorithmic concepts of graph search and OS concepts of Process Synchronisation visual and easy to understand.

Youtube Demo: https://www.youtube.com/watch?v=uFCORfnsnzw

Introduction

  1. Page 2 of this playground book shows graph search visualisations of the following algorithms : Depth First Search (DFS), Breadth First Search (BFS), Dijkstra algorithm and A Star Algorithm. Also shows how many cells each visits to understand the time comparison of each.
  2. Page 3 explains the Dining Philosophers problem related to Process Synchronisation in Operating Systems in a fun and intuitive game. It also teaches players the concept of deadlock and how to overcome it.

Technologies used to build this project

SwiftUI, AVKit

Installation 💻

Download the project and run the Duke Preps for WWDC.playgroundbook file on Swift Playgrounds on Mac or iPad (Mac recommended). Alternatively, build the XCode project located in PlaygroundBookTemplate -> Template -> PlaygroundBook.xcodeproj

Screenshots and Demos:

Licenses

See License.pdf

Non-copyright music used:

  1. Fragile by Keys of Moon | https://soundcloud.com/keysofmoon
  2. Depth by AShamaluevMusic | https://soundcloud.com/ashamaluevmusic

About

A Swift Playground for visualising graph search and deadlock concepts. Submission for WWDC 2021 Swift Student Challenge. [Accepted]


Languages

Language:Swift 87.4%Language:Rich Text Format 8.3%Language:Objective-C 2.7%Language:C 1.6%