Thanks to visit codestin.com
Credit goes to github.com

Skip to content
#

design-and-analysis-of-algorithms

Here are 89 public repositories matching this topic...

In this project, we aim to design a water pipeline network for a residential society, represented as a collection of houses on a 2D plane. Each house is a unique point on this plane, defined by its coordinates. The goal is to construct a water pipeline system that connects all the houses with the minimum possible cost.

  • Updated Dec 31, 2024
  • JavaScript

This repository contains three CS 3364 projects demonstrating skills in algorithm design and data structures. Projects cover search engine reliability with sorting, course sequencing with topological sorting (DFS), and shortest paths using Dijkstra’s and Bellman-Ford algorithms, highlighting efficiency and data management.

  • Updated Nov 9, 2024
  • Python

Improve this page

Add a description, image, and links to the design-and-analysis-of-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-and-analysis-of-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more