Enabling reproducible Machine Learning research
-
Updated
Sep 17, 2025 - Python
Enabling reproducible Machine Learning research
Repo for storing all the coding questions I slove.
A simple reflex agent is a type of intelligent agent that performs actions based solely on the current situation. I desinged a reflexx agent to solve vaccuum cleaner problem.
Contains codes for some of the solutions to Hacker-rank problems
2500 yıldır çözülemeyen soru
Daimi Asal Sayı Sorusu
Finding a rectangle whose four corners are 1's in a given Boolean matrix.
8-puzzle problem using A* algorithm
University Course Timetabling Problem using different algorithms, part of the Algorithms and Heuristics course at the University of Amsterdam.
Solutions to Project Euler problems (careful, spoilers ahead)
Solving Algorithm problem for Coding Test
In 5 antenna problem we have to place 5 antennas (a, b, c, d, e) on a 6x6 grid in such a way that maximum area is covered by their signals. To find the best solution we use Genetic Algorithm, upon a population of twenty random individuals/chromosomes.
Outputs a list of the unique ids associated with the X-largest values given a large data stream.
21. Merge Two Sorted Lists Problem solution on LeetCode developed in Python(3)
Experimental Verification of Monty Hall Problem
Add a description, image, and links to the problem topic page so that developers can more easily learn about it.
To associate your repository with the problem topic, visit your repo's landing page and select "manage topics."