Topic: "greedy-algorithm"
mrgeooo14/Travelling-Salesman-Problem
Performance comparison of combinatorial optimization algorithms for the Travelling Salesman Problem (TSP).
Language: Python - Size: 148 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

VENKATA-SAI-ADITHYA-AKULA/text_compression
text compression using huffman coding
Language: C++ - Size: 1.42 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Marthenn/lzw-webapp
A simple webapp to compress ASCII string primarily with LZW, it can also compress further by BWT and RLE
Language: JavaScript - Size: 39.1 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

s-m-quadri/transaction_console
"Transaction Console" is a command-line interface (CLI) application developed entirely in C that simulates a transaction process similar to that of an ATM. It provides users with a console-based environment to perform various transaction-related operations.
Language: C - Size: 446 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

aviroopjana/DAA-LAB
This repo contains all the programs of Design and Analysis of Algorithm (DAA) Lab [SEMESTER 4]
Language: C - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AustinPardosi/Shortest-Path-ITB-Jatinangor
Implementation of Dijkstra Algorithm with Greedy in Finding Shortest Path in ITB Jatinangor
Language: Python - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vedatkara/GreedyApproach
Solving a problem by using Greedy method in Java
Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BloodAlibi/Greedy_Money
Greedy Money is a Python tool to decompose a large number in smaller fixed ones.
Language: Python - Size: 4.94 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

snoozebaumer/aiso 📦
Search Algorithms and Constraint Programming from HSLU AI: Search & Optimization class
Language: Jupyter Notebook - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Zilean12/prim-algorithm
Implement Greedy method (i.e.. Prim's algorithm) to find the minimum spanning tree of a given weighted undirected graph.
Language: Python - Size: 162 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Chan-dre-yi/DATA-ZIP
The algorithm compresses text files using less memory by encrypting and decrypting them as needed with a greedy approach based on symbol frequency, allocating more space to frequent symbols.
Language: C++ - Size: 3.61 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vzrostov/algorithms
A bunch of well and not well-known algorithms performed in C#
Language: C# - Size: 30.3 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

SergioMelladoMartin/ChangeMakingProblem
Language: C++ - Size: 26.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

noelsimbolon/rakus
🤖 Bot developed for the 2021 Entelect Challenge - Galaxio
Language: Java - Size: 12.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MAOMislive/Greedy-Algorithms
Data Structure and Algorithms
Language: C - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vicentinileonardo/reply-challenge-2023
A (very) greedy implementation of a valid solution for the Reply Challenge 2023
Language: Python - Size: 18.3 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

yvgupta03/AI_Graph_Search
AI related graph search algorithms with step-by-step implementation as well as comparison between different methods for cliff-walker problem.
Language: Jupyter Notebook - Size: 487 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

clauf14/Fundamental_Algorithms_Problems
Language: Java - Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

debbyalmadea/Tubes1_Yasin_bot
Java Bot for 2021 Entelect Challenge "Galaxio" implemented using greedy algorithm
Language: Java - Size: 15.3 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

yuujin-Q/Tubes1_MilkyWay Fork of chaerla/Tubes1_MilkyWay
Tugas Besar 1 Strategi Algoritma
Size: 13.1 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

NicholasLiem/IF2211_TugasBesar_1_AlgonautsBot
Galaxio adalah sebuah game battle royale yang mempertandingkan bot kapal anda dengan beberapa bot kapal yang lain. Setiap pemain akan memiliki sebuah bot kapal dan tujuan dari permainan adalah agar bot kapal anda yang tetap hidup hingga akhir permainan.
Language: Java - Size: 17.2 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

LuigiFederico/Agent-able-to-play-Quarto
Final project for the course Computational Intelligence of Politecnico of Turin (2022/23)
Language: Python - Size: 1.48 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

FrederikAlbrechtsen/local-tsp
Python implementation of heuristics for the TSP.
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

esha411/Traveling_Salesman_Problem
Given a list of cities and the distances between them, to find the shortest possible route that visit each city and return to the origin city.
Language: C - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

yy-cc-20/Job-Sequencing-Problem
Using two approaches to solve the job sequencing problem, both approaches use binary search tree and greedy algorithm. Time complexity for two approaches are n log(n).
Language: Java - Size: 40 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/0-1KnapsackGreedyC
This is an implementation of the 0-1 knapsack problem in C using a greedy algorithm. The problem consists of a set of items, each with a weight and a value, and a knapsack with a maximum weight capacity. The goal is to determine the subset of items that maximizes the total value of the knapsack without exceeding its weight capacity.
Language: C - Size: 17.6 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rimol-chakma/DSA
Working at home
Language: C++ - Size: 139 KB - Last synced at: 11 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ziad40/Compress-file
it is an command user interface used to compress files using huffman algorithm(Greedy algorithm) with variable length of chunks for compressing
Language: Java - Size: 245 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

GAURAV834KUMAR/Pathfinding-Visualizer
Path finding visualizer project using python by Gaurav
Language: Python - Size: 20.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

DaniilRoman/python_course
Language: Python - Size: 38.1 KB - Last synced at: 7 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

adithya3403/DAA
daily codes
Language: Java - Size: 137 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 2

Chan-dre-yi/19MIY0031_Chandreyi_AI_LAB
This is a cloned repository, original one by: fakemonk1 named: AI-Search-Algorithm-Implementations. We used this repository to implement and document several commits to the existing code for our LAB EXPERIMENTS of the subject ARTIFICIAL INTELLIGENCE FOR DATA SCIENCE.
Language: Python - Size: 596 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

aneksamun/greedy-coin-change
Greedy coin change algorithm implementation
Language: C# - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

leetcode-golang-classroom/golang_divide_array_in_sets_of_k_consecutive_numbers
https://useful-journey-3db.notion.site/1296-Divide-Array-in-Sets-of-K-Consecutive-Numbers-1a78e8f0b0b841859bc4df7dc07c8239
Language: Go - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mohamedfouadhanani/travelling-salesman-problem
Solving the Travelling Salesman Problem using different types of algorithms.
Language: Python - Size: 1.17 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

prakashoms/Inexpensive_and_Informative_Greedy_Backward_algorithm
Inexpensive and Informative Greedy Backward algorithm (IIGB)
Language: MATLAB - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

codejet9/Huffman-File-Compressor
File compressor using huffman encoding
Language: C++ - Size: 53.7 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gz-d/pos-tagging
POS tagging
Language: Jupyter Notebook - Size: 5.62 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Grogu22/DAA-code
PCC-CS 494 DESIGN AND ANALYSIS OF ALGORITHMS CODE ( codes written in C )
Language: C - Size: 80.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

srisatyavinay/AAD-project
This repository contains the code for AAD project (Monsoon 2021) which contains various methods to solve a problem based on graphs
Language: C - Size: 580 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aalaasaeed/Algorithms
Language: Jupyter Notebook - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Sothatsit/CamoWorms
Algorithms to evolve camouflage worms (quadratic Bezier curves) to approximate images!
Language: Jupyter Notebook - Size: 92.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

rayhankinan/sudoku-solver
Disusun untuk memenuhi Tugas Makalah IF2211 Strategi Algoritma
Language: Java - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Anjali001/Reinforcement-Learning
Language: Jupyter Notebook - Size: 1.05 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

miraehab/Algorithmic-Toolbox_University-of-California-San-Diego
My solutions to the programming challenges in the Algorithmic Toolbox course.
Language: C++ - Size: 4.98 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alireza-mahmoodi/Restricted_Transportation
In this project I try to solve a restricted transportation problem in which we need to transfer all the animals from zoo A to zoo B with the limited carriable weight of our truck.
Language: Python - Size: 79.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JayantiTA/informed-search-algorithm
A* Search and Greedy Best First Search
Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kcgreenn/travelingSalesman
An approximate solution to the "Traveling Salesman" problem, implemented in Python.
Language: Python - Size: 3.98 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

geraldabrhm/Stima01
Tugas Besar 1 IF2211 Strategi Algoritma
Language: Java - Size: 2.13 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

gagaspbahar/fastabiqul-racing Fork of IloveNooodles/entelect2020-fastabiqul-racing
A bot for Overdrive, Entelect Challenge 2020.
Size: 8.67 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

RokibulHasan7/Algorithmic-Toolbox-Assingments
My Solutions of (Algorithmic-Toolbox ) Assignments from Coursera.
Language: C++ - Size: 315 KB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ialsjbn/school-reconstruction
Greedy Algorithm for Post-Disaster Reconstruction
Language: Jupyter Notebook - Size: 329 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

luca-borletti/xylo
15-112 Fall 2021 Term Project
Language: Python - Size: 9.74 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

pedbrgs/Heuristics-and-Metaheuristics
Source code of algorithms implemented in the "Heuristics and Metaheuristics" course (DCC831) - Graduate Program in Computer Science (PPGCC/UFMG).
Language: Python - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

realyashnag/A-Star-Pathfinding
A * Algorithm Representation
Language: JavaScript - Size: 48.8 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

MarlonFL15/Greedy-Visualization
Implementação e visualização do algoritmo Greedy, algoritmo utilizado para resolver o problema de coloração de grafos
Language: Python - Size: 57.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

ximinng/LeetCode-notepad
LeetCode Notepad
Language: Java - Size: 2.4 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

eberkeaydin/greedy-algorithm
Simple example of Greedy Algorithm with C language.
Language: C - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

Jong-youn/algorithm_space
📚Algorithm
Language: Python - Size: 271 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

GuilhermeTeixeira13/ExchangedChangesProblem
In this Ocaml exercise, we will exemplify the differences between dynamic programming and greedy algorithms.
Language: OCaml - Size: 293 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wise-saint/Job_Scheduling
Job scheduling : Greedy Algorithm versus Brute Force Algorithm. Comparison of time of complexities.
Language: C++ - Size: 433 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

JeevanADas/Currency-and-Denominations-Converter
This project is based on creating an application that takes an amount as an input from the user and then uses the greedy technique to find out what is the most optimal number of denominations needed to get the entered amount.
Language: C - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

karen-pal/coloreo
coloreo de grafos
Language: C - Size: 2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

surajrimal/AI_multi_arm_bandit_problem
Implementation of multi-armed bandit problem with greedy and ɛ-greedy action selection algorithms.
Language: Python - Size: 626 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mlennig/AUVSI_SUAS
Language: Python - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Sparsh2234/MST-Greedy-Algorithm-Program
Implemented MST (Minimum Spanning Tree) for a weighted, undirected graph using Prim’s algorithm. The program uses an 'adjacency list' and 'edge matrix' to support various commands and manipulations. These include: calculating MST value, finding the degree of a vertex, inserting/deleting edges, etc.
Language: C++ - Size: 431 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

CodingTarik/Multiple-Knapsack-Solver
Solves the multiple knapsack problem with a greedy algorithm
Language: C# - Size: 10.2 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

wise-saint/Greedy_Knapsack
Knapsack Problem Using Greedy Approach
Language: C++ - Size: 1.01 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

tapabratadey/tsp_greedy_algo
The problem consists of determining a minimum cost tour such that each pickup vertex is visited before its corresponding delivery vertex. Implemented hash-table as a self-adjusting data structure.
Language: Python - Size: 36.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MartinBialecki/Bitmap-greedy-algorithm
The program searches the path from one point to another on a 100/100 map. It uses a greedy algorithm that compares the average times it takes to pass given fields around. He chooses a square that is easiest to travel to and counts the time to leave the current square and enter the next one. The program shows the path that must be followed to reach the goal, although it is not always the optimal path to be found, because it is a greedy algorithm. The program has an automatic road search and step mode, where each step is performed by pressing any key. The types of obstacles (fields) and the map are loaded into RAM from txt files. The program displays the total time it took to travel the route to the current position and shows the current position. The map is displayed graphically mainly by changing the background colors of the console or applying special characters.
Language: C++ - Size: 463 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

pulver22/nbs
Code used in the paper "Next-Best-Smell: a multi-criteria robotic exploration strategy for Radio Frequency Identification tags discovery"
Language: C++ - Size: 38.9 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

Jonathan-Oliveira/Pedra_Papel_Tesoura
Projeto criado para concretizar os conhecimentos adquiridos sobre algoritmo guloso (greed) na matéria de Projeto de Algoritmos ofertado pela Universidade de Brasília.
Language: HTML - Size: 819 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

santiguti/knapsack-problem
Different solutions for the backpack problem, also known as Knapsack problem
Language: Java - Size: 7.81 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

igortheodoro/problema-do-troco
Projeto simples para hospedar a resolução do problema do troco que consiste em voltar a menor quantidade de moedas de troco para um valor
Language: C# - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

NCalleja/Travelling-Salesmen-Problem
This is a couple different methods for solving "The Travelling Salesmen Problem"
Language: Java - Size: 87.9 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 2

RaulMurillo/OPT_UCM
Optimization course from Master in Computer Science at Complutense University of Madrid
Language: Jupyter Notebook - Size: 684 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

AnaCarolcs/Pedra_Papel_Tesoura
O objetivo do projeto é estimar a quantidade máxima e mínima de vezes que você pode ganhar jogando contra seu amigo em uma quantidade de tentativas. Usando algoritmo guloso (greed).
Language: HTML - Size: 817 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

wilfredarin/Interviewbit
This has all the important question on Data Structures and Algorithms Topic wise with their solution in python.
Language: Python - Size: 223 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Ahmed-Elgohary1/codeforce-A.-problams-solution
the difficulty of those problems vary from 800 to 1600
Language: C++ - Size: 74.2 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

dogukanberkozer/Dynamic_Programming_vs_Greedy
Dynamic Programming VS Greedy Approaches
Language: Java - Size: 45.9 KB - Last synced at: about 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

shivam3311/Fractional-Knapsack
Size: 2.93 KB - Last synced at: 2 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ysfalh/5G-user-scheduling-optimization
This project aims at designing optimal packet schedulers by providing an online solution to the NP-hard integer linear programming problem of network scheduling.
Language: Java - Size: 7.49 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Krauzy/RawGraphs
Aplicação para criar grafos como forma de aprendizado
Language: JavaScript - Size: 107 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

akt114/JumpingFrog
Language: JavaScript - Size: 211 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 3

alex21th/assembly-line
Solving a cars assembly line NP problem by implementing three algorithmic approaches: an exhaustive search, a greedy algorithm and a metaheuristic. 🚗
Language: C++ - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Badr-MOUFAD/algorithm-toolbox
The solution of some well-known algorithm problems using the three well-known algorithm patterns: greedy algorithm, divide and conquer, and dynamic programming
Language: Python - Size: 18.6 KB - Last synced at: 7 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

isaacbalster/Knapsack
A greedy heuristic for the knapsack problem.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

SepehrShahsavar/KruskalsMinimumSpanningTree-Greedy-Approach
Language: C# - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

dnjscksdn98/greedy-algorithm
탐욕 알고리즘이란?
Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sanyathisside/Greedy-algorithm
Collection of problems based on Greedy Algorithm.
Language: C++ - Size: 126 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

NourEldinShobier/AI-Risk-Game
Implementation of Risk Game using C# with multiple AI agents.
Language: C# - Size: 6.27 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

avxxx/Optimizing-Project-2020
Проект по методам оптимизации, 3 курс, ФУПМ МФТИ
Language: Jupyter Notebook - Size: 2.06 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mainkoon81/PhD-Study-ADAPT-01-optimization-intro
Size: 157 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

akshay-madar/airbnb-nyc-urban-tourism-challenge
Framework for 48000+ hosts & 800,000 annual visitors in New York City to generate customized and computationally efficient - lists of Airbnbs given combinations of parameters of budget, number of days of stay, availability probability of the listing and the number of reviews.
Language: Jupyter Notebook - Size: 8.33 MB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

harmim/vut-snt-project
Simulation Tools and Techniques - Project - Traveling Umpire Problem
Language: Python - Size: 5.85 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

skarode96/2048-AI Fork of thededlier/AI-RKRS
This project is completed and submitted as a part of CS7IS2 Module Coursework assignment. It consists of implementation and analysis of various algorithms implemented for solving the 2048 game problem.
Size: 4.87 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ashsepra/knapsack-greedy
Knapsack problem with greedy algorithm solution
Language: Java - Size: 62.5 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

IMax153/c950
The files for my solution to the C950 - Data Structures and Algorithms II performance assessment for WGU.
Language: Python - Size: 126 KB - Last synced at: 12 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 3

moiiiiit/AI-Sequencer-for-Traffic-Light
This is a AI Sequencer for Traffic Light using a modified version of Greedy Best First Search Algorithm.
Language: Python - Size: 119 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

balaraman-08/google-hashcode-2020 Fork of Science001/google-hashcode-2020
This repository contains solution for the problem statement of Google HashCode 2020 qualification round.
Language: Python - Size: 5.16 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
