Pinned Repositories
2D-Sims-Game
This game which is called Aeobiont was created by inspiring the sims game.
Counting-From-0-to-XXXX
In this project, I wrote an assembly code that provides counting from 0 to the aimed number with using delay. For providing delay, I used timer.
Data-Compression-with-Huffman
Txt files, gray images and color images are compressed by using Huffman Algorithm in different levels.
Implementation-and-Analysis-of-Dijkstra-and-A-Algorithms
In this project, I implemented Dijkstra and A* algorithms. For reducing the time complexity of Dijkstra I used min heap data structure in the implementation. I calculated complexities according to the repetitions.
mef-mooc-backend
MEF MOOC Backend
pelinmisee.github.io
In this project, I created an about page using HTML and CSS.
Single-Accumulator-CPU-Simulation
This python program was created to simulate single accumulater cpu work. According to the instructions, program does things as a single accumulator CPU.
Tetris-2048
This game was created in Python without using any game libraries and it is a combination game of Tetris and 2048.
Web-Development-Project-for-Coffee-Shop
In this project, I aimed to create a website for coffee shop.
website-design
In this project, I aimed to create a website that contains some details about me. In this project; used html, css and javascript.
pelinmisee's Repositories
pelinmisee/website-design
In this project, I aimed to create a website that contains some details about me. In this project; used html, css and javascript.
pelinmisee/2D-Sims-Game
This game which is called Aeobiont was created by inspiring the sims game.
pelinmisee/Counting-From-0-to-XXXX
In this project, I wrote an assembly code that provides counting from 0 to the aimed number with using delay. For providing delay, I used timer.
pelinmisee/Data-Compression-with-Huffman
Txt files, gray images and color images are compressed by using Huffman Algorithm in different levels.
pelinmisee/Implementation-and-Analysis-of-Dijkstra-and-A-Algorithms
In this project, I implemented Dijkstra and A* algorithms. For reducing the time complexity of Dijkstra I used min heap data structure in the implementation. I calculated complexities according to the repetitions.
pelinmisee/mef-mooc-backend
MEF MOOC Backend
pelinmisee/pelinmisee.github.io
In this project, I created an about page using HTML and CSS.
pelinmisee/Single-Accumulator-CPU-Simulation
This python program was created to simulate single accumulater cpu work. According to the instructions, program does things as a single accumulator CPU.
pelinmisee/Tetris-2048
This game was created in Python without using any game libraries and it is a combination game of Tetris and 2048.
pelinmisee/Web-Development-Project-for-Coffee-Shop
In this project, I aimed to create a website for coffee shop.
pelinmisee/Web-Scraping-For-Creating-A-Dataset-That-Keeps-House-Features
In this project, I scraped a huge amount data from a website and according to different features and with the machine learning techniques, I guessed the prices of houes.
pelinmisee/Web-Scraping-Using-Scrapy
It is a web scraping project created to ensure that the properties of the house for sale ads are regularly pulled and kept in the database and updated when they are sold.