Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: greedy

atef7534/codeforces1000

All problems solutions From Codeforces.com Website

Language: C++ - Size: 6.97 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

BishoySedra/Algorithms_Course

All materials and assignments related to this ASU academic course.

Language: C# - Size: 71.4 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 5 - Forks: 1

gdalle/SparseMatrixColorings.jl

Coloring algorithms for sparse Jacobian and Hessian matrices

Language: Julia - Size: 150 KB - Last synced: 4 days ago - Pushed: 5 days ago - Stars: 6 - Forks: 0

Gauranshgoel123/Leetcode-problems

Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.

Language: Java - Size: 397 KB - Last synced: 5 days ago - Pushed: 5 days ago - Stars: 2 - Forks: 0

Remonhasan/codeforces-solutions

My codeforces problem solutions organized by problem ratings 🦉

Language: C++ - Size: 38.1 KB - Last synced: 7 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

gemini-hlsw/scheduler

Greedy algorithm for automatic scheduling

Language: Python - Size: 310 MB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 5 - Forks: 5

breezy-codes/Greedy-Algorithm

Greedy algorithms are a category of algorithms that solve optimisation problems by making a series of choices that are locally optimal, aiming for a globally optimal solution. These algorithms operate by always choosing the best immediate option, without taking future outcomes into account.

Language: Jupyter Notebook - Size: 70.3 KB - Last synced: 8 days ago - Pushed: 8 days ago - Stars: 0 - Forks: 0

davidetacchini/pathfinding-visualizer

Visualize Dijkstra, Greedy, A*, DFS and BFS algorithms. Also includes Prim's algorithm for generating mazes. Written in Python using pygame.

Language: Python - Size: 765 KB - Last synced: 8 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

b3r8/robust-greedy-maxcut

Repository for the paper "Fast and Provable Greedy Algorithms for the Max-Cut Relaxation"

Language: C++ - Size: 17.5 MB - Last synced: 17 days ago - Pushed: 18 days ago - Stars: 0 - Forks: 0

IsaacCheng9/fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Language: JavaScript - Size: 2.67 MB - Last synced: 24 days ago - Pushed: 24 days ago - Stars: 22 - Forks: 2

AKASH-ALAM/Competitive-Programming

Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. Contestants are referred to as sport programmers. @Wikipedia

Language: C++ - Size: 15.9 MB - Last synced: 25 days ago - Pushed: 25 days ago - Stars: 2 - Forks: 0

psprao95/leetcode-problems

Code in C++ for problems solved on Leetcode. Problem categories: Arrays, Strings, Linked Lists, Trees, Recursion, Backtracking, Dynamic programming

Language: C++ - Size: 340 KB - Last synced: 27 days ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

akarshippili/data-structures-and-algorithms

Data Structures and Algorithms

Language: Python - Size: 271 KB - Last synced: 28 days ago - Pushed: 28 days ago - Stars: 0 - Forks: 0

BenCtree/Path-Finding

Some search and path finding algorithms solving the 3-digit puzzle

Language: Python - Size: 6.84 KB - Last synced: about 1 month ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

puzzlef/louvain-communities-openmp

Design of OpenMP-based Parallel Louvain algorithm for community detection, that prevents internally disconnected communities.

Language: C++ - Size: 189 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 1

PKUcoldkeyboard/FAS

该项目是基于C++实现了最小反馈弧集问题的三种近似算法——GreedyFAS、SortFAS、PageRankFAS

Language: C++ - Size: 4.24 MB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 2 - Forks: 0

sapienzastudentsnetwork/progettazione-di-algoritmi

[A/L] Progettazione di Algoritmi I [A.A. 2023-2024] Forum di scambio e confronto di soluzioni agli esercizi assegnate dal prof. Wollan Paul Joseph e Paesani Giacomo

Size: 3.91 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 4 - Forks: 0

nithya-kumar/leetcode

Problems solved on Leetcode

Language: Java - Size: 69.3 KB - Last synced: about 1 month ago - Pushed: over 5 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: about 1 month ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

husamahmud/LeetCode

Created using our extension [LeetPush] (https://github.com/husamahmud/LeetPush)

Language: Python - Size: 146 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

garimasinghgryffindor/DSA

LeetCode DSA questions

Language: C++ - Size: 604 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

Mohamed15Ghaly/Problems.cpp

Problem solving

Language: C++ - Size: 20.5 KB - Last synced: 24 days ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

Dare-marvel/LeetCode-Solutions

🚀 Welcome to the Leetcode Problem Solutions Repository! 📚✨ Unlock a treasure trove of well-commented code, meticulously organized by topic and difficulty. 🧠💻 Level up your algorithmic skills with best-practice implementations! 🌐🛠️ Dive into this developer's haven for a journey of learning and skill enhancement. Happy coding! 👩‍💻🔍

Size: 2.18 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - Forks: 0

pl3onasm/CLRS

Advanced algorithms and generic data structures in C

Language: C - Size: 2.68 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 2 - Forks: 1

Mussabat/_CP_

Language: C++ - Size: 399 KB - Last synced: about 1 month ago - Pushed: 10 months ago - Stars: 2 - Forks: 0

Abdelrhman-Sayed70/Algorithms

“Algorithms are great tools for improving business results, but its people and their leadership that ultimately determine business success.” Hendrith Vanlon Smith

Language: C# - Size: 50.2 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 17 - Forks: 2

meet244/Stock-the-Stock

'Stock the Stock' 💼 fuses historical analysis with Warren Buffett's approach, offering personalized buy, hold, or sell signals for actionable insights.

Language: Python - Size: 30.3 KB - Last synced: 16 days ago - Pushed: 6 months ago - Stars: 2 - Forks: 0

skjha1/Data-Structure-Algorithm-Programs

This Repo consists of Data structures and Algorithms

Language: C++ - Size: 4.54 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 570 - Forks: 245

jrie/baoSolve

A bao game maximum steal finder

Language: Python - Size: 5.86 KB - Last synced: 2 months ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

kkoomen/uva-ahs-lesrooster 📦

University Course Timetabling Problem using different algorithms, part of the Algorithms and Heuristics course at the University of Amsterdam.

Language: Python - Size: 30.6 MB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 2 - Forks: 2

ronnyonjetech/Algorithms

Comprises mostly Dynamic Programming & Greedy Method Code Snippets

Size: 2.93 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

mariateodorapopescu/algorithmsbasicproblems

There is a collection of 4 small and basic algorithms problems/exercises using greedy and DP

Language: C++ - Size: 10.7 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

haiphan2000/CS112-Design-And-Analysis-Of-Algorithms

Answers for exercises from the Design and Analysis of Algorithms course at the university. Discover efficient C++ implementations of algorithms, data structures, and problem-solving strategies.

Language: TeX - Size: 6.51 MB - Last synced: 3 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

SonK4m3/Algorithms-and-Applications-SAMSUNG-PTIT-2021

Solution to 100+ data structure and algorithm problems by C++ programming language.

Language: C++ - Size: 523 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

georgmangold/wolf

Projekt W.O.L.F. - Wege mit OpenStreetMap Lage Finder

Language: Python - Size: 1010 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 2 - Forks: 0

garimasinghgryffindor/Strivers-SDE-Sheet-Challenge

Language: C++ - Size: 400 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 1 - Forks: 0

wilfredarin/Codeforces

important list of problem and their solution from codeforces in python3

Language: Python - Size: 15.6 KB - Last synced: 4 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

mangchhe/algorithm

백준, 코드업과 같은 다양한 사이트에 있는 알고리즘 문제를 통해 문제 해결 능력 키우기 🧑🏻‍💻 👨🏽‍💻

Language: Python - Size: 548 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

ayusshrathore/leetcode

Collection of LeetCode questions to ace the coding interview!

Language: Java - Size: 534 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 3 - Forks: 10

ahtrahdis7/node-splitwise-js

Minimize Cash Flow among a given set of friends who have borrowed money from each other using JavaScript. [200+ NPM Downloads]

Language: TypeScript - Size: 16.6 KB - Last synced: 3 months ago - Pushed: 6 months ago - Stars: 11 - Forks: 1

shavidze/Codeforces

Problems seen and solved on the https://codeforces.com/ website

Language: C++ - Size: 201 KB - Last synced: about 1 month ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

hongbo-miao/leetcode

LeetCode solutions

Language: Python - Size: 730 KB - Last synced: 3 months ago - Pushed: 5 months ago - Stars: 197 - Forks: 52

PriorLax123/Search_Algorithms

Using an initial location and a goal location, the program solves for the path (based on the search algorithm chosen) based on locations of cities.

Language: Java - Size: 847 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

rabkawork/Python_Greedy_Coin_Solution

looking for minimal solutions to exchange coins with greedy algorithm

Language: Python - Size: 2.93 KB - Last synced: 5 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

javier1234559/SOKOBAN_GAME Fork of PhuongNgan2304/SOKOBAN_GAME

Sokoban game using algorithm searching

Size: 2.72 MB - Last synced: 24 days ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

glowfi/DS

A collection of data-structures and algorithms

Language: Python - Size: 1.77 MB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

afurculita/VehicleRoutingProblem

Vehicle Routing Problem solved using Ant Colony System, Greedy and Tabu Search algorithms

Language: Java - Size: 1.1 MB - Last synced: 3 months ago - Pushed: over 6 years ago - Stars: 60 - Forks: 23

sondosaabed/Palestine-Cities-Map

Find shortest paths between Palestinian cities using A* or Greedy BFS algorithms. Note: Heuristic values may not be accurate for the showcased 15 cities.

Language: Java - Size: 992 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 3 - Forks: 0

danyalimran93/Artificial-Intelligence-State-Space-Search

Different Searching algorithms (DFS, BFS, IDS, Greedy, A*) opting to find optimal path from source to destination

Language: Java - Size: 41 KB - Last synced: 11 days ago - Pushed: over 6 years ago - Stars: 26 - Forks: 11

mnpsnuwan/interviews

Everything I need to know to get the better job.

Language: Java - Size: 22.5 KB - Last synced: about 1 month ago - Pushed: 7 months ago - Stars: 3 - Forks: 0

smu-202115064/Algorithm-PE04

[Seoul] Algorithm (HAEA0010 (3)) [2nd Semester] / 코딩 PE 04 - greedy algorithm

Language: Python - Size: 2.93 KB - Last synced: 4 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

budzianowski/PyTorch-Beam-Search-Decoding

PyTorch implementation of beam search decoding for seq2seq models

Language: Python - Size: 7.81 KB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 323 - Forks: 65

Lokesh-Bisht/DSA-Interview-Prep

Contains solution for commonly asked DSA questions in interviews.

Language: C++ - Size: 148 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

MiaGobble/GreedyDataService

A datastore solution that simplifies the player data management workflow

Language: Lua - Size: 49.8 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 3 - Forks: 1

nitrece/algorithm-design

An Algorithm is a sequence of steps to solve a problem.

Size: 8.17 MB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

hornhuang/android_interviews

🚀Everything you need to know to find an android job. 算法 / 面试题 / Android 知识点 🔥🔥🔥 总结不易,你的 star 是我最大的动力!

Language: HTML - Size: 164 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 574 - Forks: 84

lifeparticle/Java-Algorithms-Implementation

☕ Java Algorithms Implementation

Language: Java - Size: 314 KB - Last synced: 25 days ago - Pushed: almost 3 years ago - Stars: 28 - Forks: 8

animshamura/SRBD-Contest-2023

Programming Contest by Samsung Research Bangladesh

Language: C++ - Size: 1.95 KB - Last synced: 4 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

mahirlabibdihan/Algorithm

Language: C++ - Size: 38.2 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 1 - Forks: 0

amitrajitbose/Competitive_Programming

Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.

Language: Python - Size: 4.64 MB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 69 - Forks: 24

KevinCorcor/DS-A

this repository contains the algorithms and somedata structures from my cs211 module

Language: Java - Size: 562 KB - Last synced: 9 months ago - Pushed: almost 8 years ago - Stars: 0 - Forks: 1

Astik-Gorai/regionSearch

Finding Most influential region in a graph

Language: C++ - Size: 19.5 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

guptaishi/Algorithms-and-Data-structures

Data structure and Algorithmic problems, Interview Preparation

Language: Java - Size: 50.8 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 4 - Forks: 0

Surajv311/myCforces

Codeforces Qs. practice/solved.

Language: C++ - Size: 178 KB - Last synced: 9 months ago - Pushed: over 2 years ago - Stars: 7 - Forks: 1

jaimedantas/PathFinder

Path Finder using Artificial Intelligence (2016)

Language: Java - Size: 966 KB - Last synced: 9 months ago - Pushed: about 7 years ago - Stars: 2 - Forks: 0

cslite/Competitive-Programming

Some of my codes for CP Problems

Language: C++ - Size: 33.2 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 1

caiozanatelli/LISReduction

A Longest Increasing Subsequence (LIS) reduction to solve a problem similar to the Building Bridges Problem. This implementation covers three different approaches: backtracking, greedy and dynamic programming.

Language: C - Size: 544 KB - Last synced: 10 months ago - Pushed: almost 7 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: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

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: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

frblazquez/MARP

Resources and exercises done for the Algorithmic Methods in Problems Resolution ("Métodos algorítmicos en resolución de problemas") subject.

Language: C++ - Size: 13.1 MB - Last synced: 10 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

najm09/CPP

Deep dive in C++ programming language

Language: C++ - Size: 307 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

PresidentSam100/LeetCodeBlind75

My original solutions to all of LeetCode Blind 75 Problems

Language: Java - Size: 41 KB - Last synced: 4 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

TahaTabatabaei/algorithm-design-course-lab

Exploring diffrent methods & algorithms, practicing fundamental techniques and terms of algorithm design domian

Language: Java - Size: 0 Bytes - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

hyili/GreedyZnake

High Performance Terminal-based Snake Game with AI in any size map size.

Language: C++ - Size: 2.51 MB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Prajjwal-Chauhan/NeetCode-Solutions

This repository contains my solutions to coding problems from the Neetcode platform. Each problem has been solved and implemented in various time and space complexities, providing a diverse range of solutions and a better understanding.

Language: Java - Size: 43.9 KB - Last synced: 4 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

Raajokiaa-Ritu/Algorithm_List

Data Structure and algorithms

Language: C++ - Size: 76.2 KB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Chris-Perkins/CodeForces-Solutions

My CodeForces Solutions. Acts as my crash-course into Python programming. 500+ Solutions

Language: Python - Size: 417 KB - Last synced: 10 months ago - Pushed: almost 6 years ago - Stars: 10 - Forks: 3

devika-02/Coding

This repo is sheerly to keep an update and documentation of my coding projects

Language: C++ - Size: 19.5 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

lucadibello/mmkp

Multiple-choice Multidimensional Knapsack Problem implementation

Language: Jupyter Notebook - Size: 20.7 MB - Last synced: 11 months ago - Pushed: about 1 year ago - Stars: 4 - Forks: 0

AyatGaa/Algorithm-3rd

Algorithms C#

Language: C# - Size: 110 KB - Last synced: 11 months ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

vedatkara/GreedyApproach

Solving a problem by using Greedy method in Java

Language: Java - Size: 8.79 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

MostafaMohamed2002/MySubmissions

My solutions for Official codeforces Contests and atcoder problems

Language: C++ - Size: 192 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

phantomf4321/Prim

also known as Jarník's algorithm

Language: C++ - Size: 1.95 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

tarasyarema/alg2

Algorísmica Avançada @ Facultat Matemàtiques i Informàtica UB

Language: Jupyter Notebook - Size: 32.1 MB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 1

marcelcases/miri-ammm-labs

Algorithmic Methods for Mathematical Models lab sessions

Language: AMPL - Size: 729 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

mhamzap10/Travelling-SalesMan-Problem

Project Home Delivery Management System implements Travelling Sales Man problem with many extended features such as calculate estimated distance, time, cost, shortest delivery route and send it to the Delivery boy present in Queue

Language: C# - Size: 271 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 7 - Forks: 0

souraavv/NPTEL-DAA-Programming-Assignment-Solutions

Programming assignments of NPTEL DAA course taken by Prof. Madhavan Mukund of Chennai Mathematical Institute.

Language: C++ - Size: 19.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 25 - Forks: 14

xubenhao/Algorithm

1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.

Language: C++ - Size: 92.8 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 16 - Forks: 5

Shodydosh/Leetcode-Solutions

This compilation encompasses all of the Leetcode problems that I have solved thus far.

Language: C++ - Size: 563 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

noelsimbolon/rakus

🤖 Bot developed for the 2021 Entelect Challenge - Galaxio

Language: Java - Size: 12.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

Subhrajeet-01/My_Solutions

Codeforces Solutions

Language: Python - Size: 63.5 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

florist-notes/Algorithms Fork of codeIIEST/Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.

Language: C++ - Size: 327 KB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 1 - Forks: 1

iankurgarg/Reinforcement-Learning-Feature-Selection

Feature selection for maximizing expected cumulative reward

Language: Python - Size: 62.1 MB - Last synced: about 1 year ago - Pushed: over 6 years ago - Stars: 28 - Forks: 10

dhrupad17/LeetCode-75_LEVEL1

This study plan is for those who want to prepare for technical interviews but are uncertain which problems they should focus on. The problems have been carefully curated so that levels 1 and 2 will guide beginner and intermediate users through problems that cover the data structures and algorithms necessary to succeed in interviews with most mid-tier companies. While level 3 provides material to help users whose targets are top-tier companies.

Size: 85 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 5 - Forks: 2

varungohil/Densest-Subgraph-Discovery

A Python repository for finding the densest subgraph in a undirected graph

Language: Python - Size: 1.19 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 10 - Forks: 9

Jliezed/oc_project_7_algo_and_invest

Language: Python - Size: 203 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

osmanbulutedu/Greedy-and-A-Star-Ai-Search

Greedy Search a A Star Search for a Weighted Graph with Heuristic Cost

Language: Python - Size: 247 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 2 - Forks: 0

chriski777/TSP_Solver

Python code for visualizations of algorithms that provide approximate solutions to TSP along with two lower bound approximations

Language: Python - Size: 15.4 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 6 - Forks: 3

Mohamad-hammad/Maze-Solver-with-UI

Maze solver using BFS, DFS, Greedy and UCS.

Language: Python - Size: 25.4 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 1 - Forks: 0

LargeWaffle/ScheduleAlgorithm

A C++ program adressing a certain instance of the job scheduling problem.

Language: C++ - Size: 610 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0