algorithmdesign

There are 13 repositories under algorithmdesign topic.

  • ChSatyaSavith/LeetCode

    Documenting my journey on Leetcode, Feel free to add solutions that are faster than the current solution.

    Language:C++5100
  • ANSANJAY/GlueWayDataStructures

    Explore the 'Glue Way' of organizing general-purpose data structures like linked lists, queues, and trees. This repository provides a deep dive into glued libraries, showcasing their advantages over traditional libraries. Perfect for understanding how modern industry standards, including the Linux kernel, implement data structures.

    Language:C4100
  • acetinkaya/Algorithm-Design-in-Programming-Language-Education

    Algorithm Design in Programming Language Education

  • hooridahesh/IUT

    Most of the slides and exercises are my projects and manuscripts (★‿★)

    Language:Jupyter Notebook2100
  • Akash-298/DsaPractice

    "Welcome to my Data Structure and Algorithm practice repository! Here you will find a collection of implementations of various data structures and algorithms in multiple languages such as C++, Python and Java. The repository includes practice problems and solutions from various sources such as LeetCode, HackerRank and GeeksForGeeks.

    Language:Java1100
  • Olubakinde/Scrolling-Display

    This project involves creating a scrolling display on an 8x8 LED matrix using a Raspberry Pi. The display will continuously scroll the initials of your name based on the joystick movement direction.

    Language:C1100
  • prblydv/Solving-TSP-with-Evolutionary-Algorithms

    This project aims to solve the Travelling Salesman Problem (TSP) using two heuristic approaches: Genetic Algorithm (GA) and Simulated Annealing (SA). The ATT48 dataset is used as a benchmark to compare their efficiency in finding the shortest possible route while visiting all cities exactly once.

    Language:Python1100
  • gautamop01/CS222-Algorithm-Design

    Learned as a part of Algorithm Design Course

    Language:C++0100
  • ManuelAAM/ShopEase

    Java-based shopping cart system with a graphical interface using JOptionPanes and JFrames. Features include product management, client-specific carts, and shopping histories. Highlights advanced Object-Oriented Design, Abstract Classes, and Lambda Expressions for optimized performance.

    Language:Java0100
  • SyedaRaviaEjaz/Sorting-Algorithm-Visualizer

    This is a web application of sorting algorithms.

    Language:HTML0100
  • Abdullah-Niaz/Graphs-Popular-Interview-Problems

    A collection of graph problems to master popular interview questions and concepts.

    Language:C++
  • Abdullah-Niaz/Greedy-Algo-Popular-Interview-Problems

    A collection of popular greedy algorithm problems for efficient interview preparation.

    Language:C++10
  • yevheniidatsenko/goit-algo2-hw-01

    🗒️ Home Task - Design and Analysis of Algorithms (Divide & Conquer)

    Language:Python