algorithm-design

There are 121 repositories under algorithm-design topic.

  • CSE100

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

    Language:C++1
  • Final_Coe

    Coé - Compressão, Descompressão e Diff, 2020

    Language:Python1
  • PD_MSC_Renderer

    Encontre a maior subsequência crescente a partir de um conjunto de números. Programação Dinâmica - UnB, 2020

    Language:Vue1
  • feup-cal

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

    Language:C++1
  • Graphs

    Homework for the Algorithm Design course @ ACS, UPB 2019

    Language:C++1
  • algorithm-design

    Bezier Curve, Optimal Wiring Topology for Electromigration Avoidance, and Electric Transpotation Interection Manager.

    Language:C++1
  • AD981

    Algorithm Design - Fall 2019

    Language:Python1
  • LaunchpadACT

    A series of programs that enable one's investigations in the algebraic complexity theory such as matrix multiplication algorithms, primality tests, algebraic complexity, sorting algorithms etc. Each algorithm is accompanied by a comparative time complexity analysis and a class of test cases and test suites.

    Language:Mathematica1
  • rubix

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

    Language:Java1
  • algdesign-persistent-data-structures

    Presentation for Algorithm Design Seminar 2 on persistent data structures

  • reverse-delete-algorithm

    Greedy Algorithm to find a minimum spanning tree in an undirected graph by deleting heaviest edges unless it would disconnect the graph

    Language:Java1
  • DA-Homework

    Dr.Mosavi Design of Algorithm homeworks

    Language:C1
  • JobSequencingProject

    optimal arrangement of jobs that certain deadlines must be completed to maximize profit or minimize loss

    Language:Java
  • Prim-s-Algorithm-in-creating-a-MST

    Prim's Algorithm in Creating a MST program visually shows the target MST (Minimum Spanning Tree) with all steps of reaching to it, finally tells the log of selected graph edges and Adjacency matrix of the main tree.

    Language:Python
  • Hotel_Booking_Analyis---PowerBI

    In this project my main objective is to have a detailed study and analysis of Hotel booking and cancellation using PowerBI, basically to find the probable reasons and solutions so that the business can be profitable.

  • School-Database-System

    The School Database System is a simple command-line application for managing student and lesson information. It allows you to add, update, delete, and view student and lesson records in a SQLite database.

    Language:Python
  • graph-traversal-algorithms

    Examen - Análisis y diseño de algoritmos

    Language:Python
  • CSE222-Algorithm-Design-Analysis

    This repository contains my coursework (assignments & semester exams) for the Algorithm Design & Analysis course at IIIT Delhi in Winter 2024.

  • tree-cord-mp

    A cord is a binary tree object that is used to store and manipulate a very long string efficiently. In this project, I implemented a Cord object and its corresponding behaviors to manipulate long strings through Trees.

    Language:C++
  • AlgorithmDesign

    Algorithm design and analysis course materials and website

  • coding-solutions

    Solutions with explanation to coding questions from many resources

  • Berz-Website

    Berzen (BRZN) NFTs: create, publish, buy, sell & exchange. A platform for individuals to have a professional experience using the being developed Berzen cryptocurrency.

    Language:CSS
  • algorithm-design-prep

    Solving Algorithm Design puzzles & challenges💡

    Language:Java
  • SemThree_ITER

    Code collective of my 3rd Semester at ITER

    Language:HTML
  • AnalisisAlgoritmos

    Repositorio del curso de Análisis y Diseño de Algoritmos UPIIZ - IPN 2023

    Language:Python
  • monty

    This repository explores the implementation of two fundamental data structures in C. Stacks are used for managing data with a last-in-first-out approach, while queues operate with a first-in-first-out strategy. Understanding and utilizing these data structures is essential for efficient algorithm design and data management in C programming.

    Language:C
  • hashmap

    🚀 C-based hashmap with 🔑 char* keys and 🔢 integer values. Supports setting/getting values, deletion, and auto-resizing.

    Language:C
  • algorithm-design

    A shared repository for study group

    Language:C
  • algorithm-design-course-lab

    Exploring different methods & algorithms, practicing fundamental techniques and terms of algorithm design domain

    Language:Java
  • Algorithm-Design

    Techniques for designing algorithms using divide and conquer, greedy methods, dynamic programming, and backtracking by emphasizing on efficiency and design techniques

    Language:Python
  • Algorithm-Design-Projects

    Algorithm Design Course Projects - Fall 2022

    Language:Python
  • CMSC451

    Course Name: Design and Analysis of Computer Algorithms

    Language:Java
  • FEUP-DA-proj2

    Second project for Algorithm Design class @FEUP

    Language:HTML
  • FEUP-DA-proj1

    First project for Algorithm Design class @FEUP

    Language:HTML
  • connect-four

    Connect Four game using Negamax algorithm

    Language:Python