Hi, I'm Aryan Chaubal, a third-year CS undergrad student from BITS Pilani Hyderabad Campus, India. I am interested in iOS App Development along with Full-stack web development and am also currently exploring Machine Learning and its various applications.
Aryan has been awarded a WWDC scholarship in 2022. Here is the submission 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 Aryan describes his winning submission.
I made an app to simulate the workings of a single-tape Turing machine along with a musical twist. A Turing Machine is a computational device that consists of a tape of infinite elements and a head that points to one element on the tape. Despite its simplicity, a Turing Machine can be programmed to implement any algorithm. I programmed the Turing Machine to recognize two languages: a regular language that can be expressed using regular expressions and a non-regular language that cannot.