virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Experiment Repository Creation Request for Data Structures - 2 IIITH #687

Open BalammaBoya opened 3 years ago

BalammaBoya commented 3 years ago

Repository Creation Request

Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.

  1. Coordinating Institute: IIITH

  2. Approver’s Name:

  3. Approved Proposal:

  4. Primary GitHub Handle Details:

    Name: Virtual Labs
    GitHub Handle: virtual-labs
    Email id: hosting@vlabs.ac.in
  5. Secondary GitHub Handle Details:

    Name: Balamma Boya
    GitHub Handle: BalammaBoya
    Email id: balamma@vlabs.ac.in

Following are the 9 experiments of Data Structures –2 Lab

Sorting

  1. Selection Sort
  2. Radix Sort

Graphs

  1. Topological Sort
  2. Minimum Spanning Trees
  3. Path algorithms: Dijkstra’s shortest path

Search Trees

  1. 2-3 Tree
  2. Red Black Tree

Strings

  1. Tries and Suffix Trees
  2. Substring search: KMP algorithm
pavanchow commented 3 years ago

@BalammaBoya Please find the links for Data Structures - 2 experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document.

  1. Selection Sort - https://github.com/virtual-labs/exp-selection-sort-iiith

  2. Radix Sort - https://github.com/virtual-labs/exp-radix-sort-iiith

  3. Topological Sort - https://github.com/virtual-labs/exp-topological-sort-iiith

  4. Minimum Spanning Trees - https://github.com/virtual-labs/exp-mst-iiith

  5. Path algorithms: Dijkstra’s shortest path - https://github.com/virtual-labs/exp-dsp-iiith

  6. 2-3 Tree - https://github.com/virtual-labs/exp-2-3-tree-iiith

  7. Red Black Tree - https://github.com/virtual-labs/exp-red-black-tree-iiith

  8. Tries and Suffix Trees - https://github.com/virtual-labs/exp-tries-and-suffix-iiith

  9. Substring search: KMP algorithm - https://github.com/virtual-labs/exp-kmp-iiith

ravikiran2020 commented 9 months ago

Please create repositories for the following experiments

  1. Bellman Ford
  2. Floyd Warshall
  3. Strongly Connected Components
ravikiran2020 commented 9 months ago

Please find the links for Data Structures - 2 experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document.

  1. Bellman Ford - https://github.com/virtual-labs/exp-bellman-ford-iiith
  2. Floyd Warshall - https://github.com/virtual-labs/exp-floyd-warshall-iiith
  3. Strongly Connected Components - https://github.com/virtual-labs/exp-strongly-connected-iiith