GithubHelp home page GithubHelp logo

algorithms's Introduction

Algorithms @ NTUEE

Welcome to the Algorithms repository for NTUEE! This repository contains implementations of various algorithms as part of programming assignments.

Programming Assignment 1 (PA1): Sorting Implementations

In PA1, we focus on implementing different sorting algorithms. The sorting algorithms included are:

  • Insertion Sort (IS)
  • Merge Sort (MS)
  • Quick Sort (QS)
  • Randomized Quick Sort (RQS)
  • Heap Sort (HS)

These implementations are designed to help understand and compare the performance of different sorting algorithms under various scenarios.

Programming Assignment 3 (PA3): Cycle Breaking Problem

PA3 deals with the cycle breaking problem in a simple, weighted graph. Given a graph G = (V, E, w), where:

  • V represents the set of vertices,
  • E represents the set of edges, and
  • w represents the edge weights,

the objective is to make the graph acyclic by removing some edges in E while minimizing the total weight of the removed edges.

This problem is crucial in scenarios where we need to optimize graph structures, such as in network optimization or resource allocation problems.

Usage

Each programming assignment directory contains the source code along with any necessary files. Detailed instructions on how to compile and run the code can be found within each directory's README file.

Contributions

Contributions to this repository are welcome! If you have suggestions for improvements, new algorithms to implement, or find any issues, feel free to open an issue or submit a pull request.

Happy coding!

algorithms's People

Contributors

p72i1ip avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.