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
