Hi, I'm Leon! I love app development, photography and movie production. Currently, I'm studying my Master in Computer Science at Technical University of Darmstadt, Germany.
Leon has been awarded a WWDC scholarship two times. Here are the submissions that got him there.
In 2022, applicants were tasked with creating a Swift Playgrounds app project on the topic of your choice to showcase their passion for coding. Here’s how Leon describes his winning submission.
"SortApp" is an app allowing users to experience and learn sorting algorithms interactively. The app contains four exemplary sorting algorithms: Bubble Sort, Insertion Sort, Selection Sort and Quick Sort. After choosing an algorithm, the user is greeted with the visualization containing multiple vertical lines of different length. Using "Sort!", the user can see how the algorithm works. The lines are then sorted by ascending length.