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

GitHub topics: algorithm-design

SleekPanther/minimize-lateness

Greedy Algorithm to minimize lateness when scheduling jobs on a processor

Language: Java - Size: 408 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 1

SpreadTheJello/CSE100

CSE-100 Algorithm Design and Analysis Course - University of California, Merced (UC Merced) | UCM

Language: C++ - Size: 427 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

fitzgerald-kyle/jane-street-puzzles

These are my solutions to Jane Street puzzles! Puzzle archives found here: https://www.janestreet.com/puzzles/archive/

Language: Jupyter Notebook - Size: 417 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Amir-Shamsi/course-planner-algorithm

algorithm design and analysis of the course algorithm of computer science engineering.

Language: Python - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ammarSherif/Analysis-and-Design-of-Algorithms-Tutorials

My course materials for teaching Analysis and Design of Algorithms

Language: Jupyter Notebook - Size: 4.77 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Bruce-Lee-LY/algorithm_design

Use several algorithm design methods to solve several common problems with C++11.

Language: C++ - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 1

luist18/feup-cal-proj

Resolution proposal of the project from the course unit Algorithms Analysis and Design

Language: C++ - Size: 8.44 MB - Last synced at: 14 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

AinazRafiei/Algorithm-Design-ce403054

Algorithm Design

Size: 428 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

vladutmargineanu/Graphs

Homework for the Algorithm Design course @ ACS, UPB 2019

Language: C++ - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

luist18/feup-cal

Resolution proposal of the exercises from the course unit Algorithm Design and Analysis

Language: C++ - Size: 5.97 MB - Last synced at: 14 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

gabrielalbino/Ambicious-Trader Fork of projeto-de-algoritmos/Greed_RolePorBsB

"Minimum coin change problem" resolved using Greedy Algorithmn

Language: TypeScript - Size: 37.2 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

coliva92/algorithms-notes

Apuntes de estudio sobre el análisis de algoritmos

Language: TeX - Size: 1020 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

krag-harsh/ADA

Language: Java - Size: 9.69 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

amirrezasokhankhosh/Kruskal-algorithm

Kruskal's algorithm is a minimum-spanning-tree algorithm which finds an edge of the least possible weight that connects any two trees in the forest.[1] It is a greedy algorithm in graph theory as it finds a minimum spanning tree for a connected weighted graph adding increasing cost arcs at each step.[1] This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in the tree is minimized. If the graph is not connected, then it finds a minimum spanning forest (a minimum spanning tree for each connected component).In this project you need to give the weight of your edges to the program and take your MST in javaFX , Consider that if there is no edge between two vertices enter -1.

Language: Java - Size: 4.88 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

amirrezasokhankhosh/Triangulating-polygons-2D

A project that takes coordinates of vertices in a polygon as input, and gives an output in javaFX that is the polygon with the minimum diameters in it, to separate the shape into triangles

Language: Java - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

phipsgabler/algdesign-persistent-data-structures

Presentation for Algorithm Design Seminar 2 on persistent data structures

Size: 1.36 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

phipsgabler/algdesign-plurality-points

Presentation and reimplementation for Algorithm Design Seminar 1 on plurality points

Language: Julia - Size: 419 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JaredDyreson/Balancer

A priority queue that balances when thread events are triggered

Language: C++ - Size: 1.39 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

hoangnqh/UIT-CS112

Algorithm design and analysis

Language: Python - Size: 8.69 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alumik/algorithm-design-2020

Code labs for Algorithm Design Course (Spring 2020) of College of Software, Nankai University

Language: C++ - Size: 835 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

1997alireza/Learning

Some things that you need to learn

Language: Python - Size: 456 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

municola/algorithms-probability-and-computing

(2019) Algorithms, Probability and Computing course

Size: 1.34 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

arindas/rubix

End-to-end architecture for the representation and solution of Rubik's cube problems.

Language: Java - Size: 5.08 MB - Last synced at: 12 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

rayniel95/programming

Algorithms design of the code in https://github.com/rayniel95/c-sharp-little-projects. First imagine and test your algorithm (in your mind), write it in paper and debug it (in paper), write your code in your laptop.

Size: 139 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

oguzhanagkus/introduction-to-algorithm-design

Introduction to Algorithm Design course homeworks

Language: Python - Size: 15.2 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ArpanR0Y/Algorithm-Design-and-Analysis

My Coding Assignments from Course 3 of UPenn's Computer Science Essentials for Software Development Program.

Language: Java - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

InnoFang/Quantify

📐 A desktop application practice and powered by JavaFx. (Curriculum design for algorithm)

Language: Java - Size: 298 KB - Last synced at: 10 days ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 1

SadraSamadi/AD981

Algorithm Design - Fall 2019

Language: Python - Size: 140 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

roxanastiuca/Chess-Engine

Repository for the code of a Chess Engine connected to XBoard

Language: Java - Size: 224 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 2

SleekPanther/interval-scheduling

Greedy Algorithm to find the maximum number of mutually compatible jobs

Language: Java - Size: 657 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

dwipam/code

Some collection of codes that are used in data mining and data science related fields, developed by me

Language: HTML - Size: 175 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 7 - Forks: 6

surumen/the-holy-grail-of-algorithms

Algorithms Analysis + Code in Python

Language: Python - Size: 1.45 MB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

andreicalin-georgescu/Algorithm-Design

Repository showcasing work done during the Algorithm Design Course

Language: C++ - Size: 11.3 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

dphuonganh/Maze

Create an agent capable of finding its way in a maze.

Language: Python - Size: 1.19 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

daviddias99/CAL-FEUP

Language: C++ - Size: 3.75 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

felipecustodio/algorithm

:closed_book: College studies on algorithm design, classic and novel problems in computing - SCC0218 @ ICMC - University of São Paulo

Language: Python - Size: 834 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

nikhilnayak98/CSE3131

Algorithm Design 1 - C Codes

Language: C - Size: 56.6 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

vedhavyas/algo

Algorithms implemented from The Book - The Algorithm Design

Language: Go - Size: 12.7 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

SleekPanther/topological-ordering

Finds a Topological Ordering of vertices in a Directed Acyclic Graph

Language: Java - Size: 261 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

SleekPanther/graph-strong-connectivity

Application of Breadth-First Search to see if a directed graph is Strongly Connected

Language: Java - Size: 170 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

SleekPanther/counting-inversions

Finds how similar 2 lists of rating are using the Divide and Conquer approach. Extension of MergeSort that actually displays the specific inversions as well as just counting the total number.

Language: Java - Size: 421 KB - Last synced at: 5 days ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

Related Keywords
algorithm-design 141 algorithms 41 dynamic-programming 22 algorithm 20 python 19 greedy-algorithms 17 algorithm-analysis 16 data-structures 16 divide-and-conquer 15 cpp 13 java 11 graph-algorithms 11 patulo 10 patullo 10 graph 10 algorithms-and-data-structures 10 noah-patullo 10 noah 10 pattullo 9 pattulo 9 noahpatullo 7 problem-solving 7 greedy 6 recursion 6 machine-learning 6 data-science 5 c 5 computer-science 5 programming 5 sorting-algorithms 5 backtracking 5 algorithm-challenges 5 algorithm-design-and-analysis 4 algorithms-implemented 4 stack 4 complexity-analysis 4 approximation-algorithms 4 graphs 4 data-visualization 4 python3 4 devide-and-conquer 4 searching-algorithms 4 unb 3 random-number-generator 3 optimal 3 dsa 3 user-input-handling 3 game-development 3 conditional-statements 3 artificial-intelligence 3 arrays 3 linear-programming 3 competitive-programming 3 queue 3 complexity-theory 3 feup 3 deep-learning 3 algorithms-datastructures 3 sorting-algorithm 2 schedule 2 knapsack-problem 2 dfs 2 breadth-first-search 2 minimum-spanning-tree 2 topological-sort 2 bfs 2 optimization 2 basic-python-project 2 cpp11 2 big-data 2 data-validation 2 error-handling 2 bfs-algorithm 2 random-number-generators 2 latex 2 loops 2 network-flow 2 string-matching 2 python-programming 2 project 2 logic-programming 2 sql 2 fga 2 pseudocode 2 mergesort 2 sorting 2 matrix-multiplication 2 stable-matching 2 theoretical-computer-science 2 neural-networks 2 algebraic-computation 2 jobs 2 natural-language-processing 2 approximation 2 cal 2 tree 2 paradigms 2 computational-geometry 2 edge 2 heuristics 2