There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Stanford_CS106B_Assignments
My solutions to the assignments I have undertaken for the CS106B (Programming Abstractions in C++) course, in Stanford University. (2017-2018)TowersOfHanoi
Java-Swing based GUI application to demonstrate the solution of the Towers of Hanoi problem.Sorters
Implementing and testing various sorting algorithms.BinarySearchTree
A simple generic Binary Search Tree implementation in Java.OperatingSystems
Homework and Projects assigned in the CS342 - Operating Systems course in Bilkent University. (2018-2019)EPFL_ML_Project1
First project of the EPFL Machine Learning course, which aims to solve the Higgs Boson classification problem using various regression techniques. (2018-2019)Competitive-Programming
Includes solutions to some computer science problems of my choice.Bilkent_CS224_Labs
My solutions to the labs of Bilkent University's Computer Architecture course. (2017-2018)Bootcamp-EPFL
A repository for CS 305 Bootcamp assignmentStanford_CS193C_Assignments
My solutions to the assignments of the Client-Side Internet Technologies course given in Stanford. The codes aim to construct dynamic-responsive web pages. (2017-2018)EPFL_ML_Labs
My solutions to the lab assignments of EPFL's Machine Learning course. (2018-2019)algorithmic_problems
Some algorithmic problems that I found interesting and enjoyed solving.EPFL_CLP_AmyCompiler
The project of the Computer Language Processing (CLP) course in EPFL. It implements a compiler and an interpreter for Amy Language that is a subset of Scala. (2018-2019)CS102_Project
A desktop game called ESCAPE made as a project for my freshman year programming class. It involved Java code which used inheritance, polymorphism, user interfaces, media libraries, abstract data types, various algorithms and game physics. I provided the src files and external image, music and text files that it links to!EPFL_Computer_Networks_labs
My solutions to the programming exercises of the labs assigned in EPFL's Computer Networks course.EPFL_ML_Project2
The second project of the EPFL Machine Learning course, which aims to construct a Recommender System with good predictive performance using various Machine Learning Algorithms. (2018-2019)Love Open Source and this site? Check out how you can help us