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

Phase III Lab/Experiment(s) Onboarding Request - Data Structures Lab - I - IIITH #534

Open BalammaBoya opened 4 years ago

BalammaBoya commented 4 years ago

Note: Please fill the relevant information and mark the other fields as NA. Please do not remove or leave blank any fields.

Hosting Unit (Lab/Experiment) Details

  1. Name of Lab : Data Structures Lab - I
  2. Repo URL: https://gitlab.com/vlead-projects/experiments/ds/data-structures-lab-I
  3. List of Experiments and their Repositories:

| S.No | Experiment Name | Experiment Repo URL | Host Branch | Build Command | Repos tags |

| 1. | Bubble Sort | https://gitlab.com/vlead-projects/experiments/ds/bubble-sort | master branch | make -k all | content-html (tag: v2.0.4 ) | artefacts ( tag: v2.0.3 ) |

| 2. | Merge Sort | https://gitlab.com/vlead-projects/experiments/ds/mergesort-winter | master branch | make -k all | content-html (tag: v3.0.2 ) | artefacts ( tag: v3.0.1 ) |

| 3. | Heap Sort | https://gitlab.com/vlead-projects/experiments/ds/heap-sort | master branch | make -k all | content-html ( tag: v0.0.4 ) | artefacts ( tag: v4.0.1 ) |

| 4. | Quick Sort | https://gitlab.com/vlead-projects/experiments/ds/quicksort-summer-2019 | master branch | make -k all | content-html ( tag: v1.0.2 ) | artefacts ( tag: v1.0.0 ) |

| 5. | Depth First Search | https://gitlab.com/vlead-projects/experiments/ds/depth-first-search | master branch | make -k all | content-html ( tag: v4.0.2 ) | artefacts ( tag: v3.0.1 ) |

| 6. | Breadth First Search | https://gitlab.com/vlead-projects/experiments/ds/breadth-first-search | master branch | make -k all | content-html ( tag: v4.0.2 ) | artefacts ( tag: v3.1 ) |

| 7. | Tree Traversal (Binary Trees) | https://gitlab.com/vlead-projects/experiments/ds/tree-traversal | master branch | make -k all | content-html ( tag: v2.0.2 ) | artefacts ( tag: v2.0.1 ) |

| 8. | Binary Search Tree | https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees | master branch | make -k all | content-html ( tag: v2.0.5 ) | artefacts ( tag: v3.0.1 ) |

| 9. | Stacks and Queues | https://gitlab.com/vlead-projects/experiments/ds/stacks-and-queues | master branch | make -k all | content-html ( tag: v3.0.2 ) | artefacts ( tag:v3.0.1 ) |

| 10. |Infix to Postfix | https://gitlab.com/vlead-projects/experiments/ds/infix-to-postfix | master branch | make -k all | content-html ( tag: v4.0.2 ) | artefacts ( tag: v4.0.1 ) |

| 11. | Unsorted Arrays vs. Binary search | https://gitlab.com/vlead-projects/experiments/ds/unsorted-arrays-vs-binary-search | master branch | make -k all | content-html ( tag: v2.0.2 ) | artefacts ( tag: v2.0.1 ) |

| 12. | Hashtables | https://gitlab.com/vlead-projects/experiments/ds/hash-tables | master branch | make -k all | content-html ( tag: v3.0.2 ) | artefacts ( tag: v3.0.1 ) |

| 13. | Linked lists | https://gitlab.com/vlead-projects/experiments/ds/linked-list | master branch | make -k all | content-html ( tag: v1.0.3 ) | artefacts ( tag: v1.0.1 ) |

| 14. | Polynomial Arithmetic using linked lists | https://gitlab.com/vlead-projects/experiments/ds/poly-arithmetic-summer-2019 | master branch | make -k all | content-html ( tag: v1.0.2 ) | artefacts ( tag: v1.0.1 ) |

  1. Hardware Requirements: Please change the defaults if needed.
    1. CPU: <1 core 2.4GHz>
    2. Memory: <512 MB>
    3. Storage: <1 GB>
    4. Network: <10 MBPS>
    5. Anything Else:
  2. Software Requirements
    1. OS Name and Version:
    2. Names and Versions of other software:
    3. Browser Plugins or other Software:
    4. DB:
  3. Build Command:

Repository Owner Details

  1. Name: Balamma/Niranjan
  2. GitHub Id: BalammaBoya/niranjanreddy891
  3. Email: balamma@vlabs.ac.in/niranjan@vlabs.ac.in
  4. Phone: + 91 9703527689/+91 9494948969

Other Details

pavanchow commented 4 years ago

@BalammaBoya

Hosted URL of Lab: https://ds1-iiith.vlabs.ac.in/data-structures-1/ Branch: Master Tag: v1.0.0

Please get it approve it

BalammaBoya commented 4 years ago

@pavanchow Approved and we are good to go.

@priya100raman We can share the hosted url with IITD to add it to vlab.co.in website.

BalammaBoya commented 4 years ago

Note: Please fill the relevant information and mark the other fields as NA. Please do not remove or leave blank any fields.

Hosting Unit (Lab/Experiment) Details

  1. Name of Lab : Data Structures Lab - I
  2. Repo URL: https://github.com/virtual-labs/data-structures-lab-I-iiith
  3. List of Experiments and their Repositories:

| S.No | Experiment Name | Experiment Repo URL | Host Branch | Build Command | Repos tags |

| 1. | Bubble Sort | https://gitlab.com/vlead-projects/experiments/ds/bubble-sort/content-html | master branch | make -k all | content-html (tag: v2.0.5 ) |

| 2. | Merge Sort | https://gitlab.com/vlead-projects/experiments/ds/mergesort-winter/content-html | master branch | make -k all | content-html (tag: v3.0.3 ) |

| 3. | Heap Sort | https://gitlab.com/vlead-projects/experiments/ds/heap-sort/content-html | master branch | make -k all | content-html ( tag: v0.0.5 ) |

| 4. | Quick Sort | https://gitlab.com/vlead-projects/experiments/ds/quicksort-summer-2019/content-html | master branch | make -k all | content-html ( tag: v1.0.3 ) |

| 5. | Depth First Search | https://gitlab.com/vlead-projects/experiments/ds/depth-first-search/content-html | master branch | make -k all | content-html ( tag: v4.0.3 ) |

| 6. | Breadth First Search | https://gitlab.com/vlead-projects/experiments/ds/breadth-first-search/content-html | master branch | make -k all | content-html ( tag: v4.0.3 ) |

| 7. | Tree Traversal (Binary Trees) | https://gitlab.com/vlead-projects/experiments/ds/tree-traversal/content-html | master branch | make -k all | content-html ( tag: v2.0.3 ) |

| 8. | Binary Search Tree | https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees/content-html | master branch | make -k all | content-html ( tag: v2.0.6 ) |

| 9. | Stacks and Queues | https://gitlab.com/vlead-projects/experiments/ds/stacks-and-queues/content-html | master branch | make -k all | content-html ( tag: v3.0.3) |

| 10. |Infix to Postfix | https://gitlab.com/vlead-projects/experiments/ds/infix-to-postfix/content-html | master branch | make -k all | content-html ( tag: v4.0.3 ) |

| 11. | Unsorted Arrays vs. Binary search | https://gitlab.com/vlead-projects/experiments/ds/unsorted-arrays-vs-binary-search/content-html | master branch | make -k all | content-html ( tag: v2.0.3 ) |

| 12. | Hashtables | https://gitlab.com/vlead-projects/experiments/ds/hash-tables/content-html | master branch | make -k all | content-html ( tag: v3.0.3 ) |

| 13. | Linked lists | https://gitlab.com/vlead-projects/experiments/ds/linked-list/content-html | master branch | make -k all | content-html ( tag: v1.0.4 ) |

| 14. | Polynomial Arithmetic using linked lists | https://gitlab.com/vlead-projects/experiments/ds/poly-arithmetic-summer-2019/content-html | master branch | make -k all | content-html ( tag: v1.0.3 ) |

  1. Hardware Requirements: Please change the defaults if needed.
    1. CPU: <1 core 2.4GHz>
    2. Memory: <512 MB>
    3. Storage: <1 GB>
    4. Network: <10 MBPS>
    5. Anything Else:
  2. Software Requirements
    1. OS Name and Version:
    2. Names and Versions of other software:
    3. Browser Plugins or other Software:
    4. DB:
  3. Build Command:

Repository Owner Details

  1. Name: Balamma/Niranjan
  2. GitHub Id: BalammaBoya/niranjanreddy891
  3. Email: balamma@vlabs.ac.in/niranjan@vlabs.ac.in
  4. Phone: + 91 9703527689/+91 9494948969

Other Details

pavanchow commented 4 years ago

@BalammaBoya

Hosted URL of Lab: https://ds1-iiith.vlabs.ac.in/data-structures-1/ Branch: Master Tag: v1.0.2

Please approve it

sravanthimodepu commented 4 years ago

Hosting details

Hosting Unit(Lab) Name : Data Structures Lab I
Repository URL : https://github.com/virtual-labs/data-structures-lab-I-iiith
Branch/Tag : master/v1.0.3
BalammaBoya commented 4 years ago

@pavanchow @sravanthimodepu Approved and we are good to go.

BalammaBoya commented 4 years ago

Note: Please fill the relevant information and mark the other fields as NA. Please do not remove or leave blank any fields.

Hosting Unit (Lab/Experiment) Details

  1. Name of Lab : Data Structures Lab - I
  2. Repo URL: https://github.com/virtual-labs/data-structures-lab-I-iiith
  3. List of Experiments and their Repositories:

| S.No | Experiment Name | Experiment Repo URL | Host Branch | Build Command | Repos tags |

| 1. | bubble-sort |https://gitlab.com/vlead-projects/experiments/ds/bubble-sort/content-html | master branch | make -k all | content-html (tag: v2.0.6 ) |

| 2. | merge-sort | https://gitlab.com/vlead-projects/experiments/ds/merge-sort/content-html | master branch | make -k all | content-html (tag: v3.0.4 ) |

| 3. | heap-sort | https://gitlab.com/vlead-projects/experiments/ds/heap-sort/content-html | master branch | make -k all | content-html ( tag: v0.0.6 ) |

| 4. | quick-sort | https://gitlab.com/vlead-projects/experiments/ds/quick-sort/content-html | master branch | make -k all | content-html ( tag: v1.0.4 ) |

| 5. | depth-first-search | https://gitlab.com/vlead-projects/experiments/ds/depth-first-search/content-html | master branch | make -k all | content-html ( tag: v4.0.4 ) |

| 6. | breadth-first-search | https://gitlab.com/vlead-projects/experiments/ds/breadth-first-search/content-html | master branch | make -k all | content-html ( tag: v4.0.4 ) |

| 7. | tree-traversal | https://gitlab.com/vlead-projects/experiments/ds/tree-traversal/content-html | master branch | make -k all | content-html ( tag: v2.0.4 ) |

| 8. | binary-search-trees | https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees/content-html | master branch | make -k all | content-html ( tag: v2.0.7 ) |

| 9. | stacks-queues | https://gitlab.com/vlead-projects/experiments/ds/stacks-queues/content-html | master branch | make -k all | content-html ( tag: v3.0.4) |

| 10. | infix-postfix | https://gitlab.com/vlead-projects/experiments/ds/infix-postfix/content-html | master branch | make -k all | content-html ( tag: v4.0.4 ) |

| 11. | unsorted-arrays | https://gitlab.com/vlead-projects/experiments/ds/unsorted-arrays/content-html | master branch | make -k all | content-html ( tag: v2.0.4 ) |

| 12. | hash-tables | https://gitlab.com/vlead-projects/experiments/ds/hash-tables/content-html | master branch | make -k all | content-html ( tag: v3.0.4 ) |

| 13. | linked-list | https://gitlab.com/vlead-projects/experiments/ds/linked-list/content-html | master branch | make -k all | content-html ( tag: v1.0.5 ) |

| 14. | poly-arithmetic |https://gitlab.com/vlead-projects/experiments/ds/poly-arithmetic/content-html | master branch | make -k all | content-html ( tag: v1.0.4 ) |

  1. Hardware Requirements: Please change the defaults if needed.
    1. CPU: <1 core 2.4GHz>
    2. Memory: <512 MB>
    3. Storage: <1 GB>
    4. Network: <10 MBPS>
    5. Anything Else:
  2. Software Requirements
    1. OS Name and Version:
    2. Names and Versions of other software:
    3. Browser Plugins or other Software:
    4. DB:
  3. Build Command:

Repository Owner Details

  1. Name: Balamma/Niranjan
  2. GitHub Id: BalammaBoya/niranjanreddy891
  3. Email: balamma@vlabs.ac.in/niranjan@vlabs.ac.in
  4. Phone: + 91 9703527689/+91 9494948969

Other Details

pavanchow commented 4 years ago

@BalammaBoya

Hosted URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name : Data Structures Lab I Repository URL : https://github.com/virtual-labs/data-structures-lab-I-iiith Branch/Tag : master/v1.2.1

Please approve it

niranjanreddy891 commented 4 years ago

| BST |https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees | master branch | make -k all | content-html (tag: v2.0.8) |

sravanthimodepu commented 4 years ago

@niranjanreddy891

Hosted URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name : Data Structures Lab I Repository URL : https://github.com/virtual-labs/data-structures-lab-I-iiith Branch/Tag : master/v1.2.2

Please approve it

niranjanreddy891 commented 4 years ago

@sravanthimodepu Approved

BalammaBoya commented 3 years ago

Note: Please fill the relevant information and mark the other fields as NA. Please do not remove or leave blank any fields.

Hosting Unit (Lab/Experiment) Details

  1. Name of Lab : Data Structures Lab - I
  2. Repo URL: https://github.com/virtual-labs/data-structures-lab-I-iiith
  3. List of Experiments and their Repositories:

| S.No | Experiment Name | Experiment Repo URL | Host Branch | Build Command | Repos tags |

| 1. | Bubble Sort | https://gitlab.com/vlead-projects/experiments/ds/bubble-sort | master branch | make -k all | content-html (tag: v2.0.6 ) | artefacts ( tag: v2.0.4 ) |

| 2. | Merge Sort | https://gitlab.com/vlead-projects/experiments/ds/merge-sort | master branch | make -k all | content-html (tag: v3.0.5 ) | artefacts ( tag: v3.0.2 ) |

| 3. | Heap Sort | https://gitlab.com/vlead-projects/experiments/ds/heap-sort | master branch | make -k all | content-html ( tag: v0.0.6 ) | artefacts ( tag: v4.0.2 ) |

| 4. | Quick Sort | https://gitlab.com/vlead-projects/experiments/ds/quick-sort | master branch | make -k all | content-html ( tag: v1.0.4 ) | artefacts ( tag: v1.0.1 ) |

| 5. | Depth First Search | https://gitlab.com/vlead-projects/experiments/ds/depth-first-search | master branch | make -k all | content-html ( tag: v4.0.5 ) | artefacts ( tag: v3.0.2 ) |

| 6. | Breadth First Search | https://gitlab.com/vlead-projects/experiments/ds/breadth-first-search | master branch | make -k all | content-html ( tag: v4.0.4 ) | artefacts ( tag: v3.1.0 ) |

| 7. | Tree Traversal (Binary Trees) | https://gitlab.com/vlead-projects/experiments/ds/tree-traversal | master branch | make -k all | content-html ( tag: v2.0.4 ) | artefacts ( tag: v2.0.2 ) |

| 8. | Binary Search Tree | https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees | master branch | make -k all | content-html ( tag: v2.0.8 ) | artefacts ( tag: v3.0.3 ) |

| 9. | Stacks and Queues | https://gitlab.com/vlead-projects/experiments/ds/stacks-queues | master branch | make -k all | content-html ( tag: v3.0.4 ) | artefacts ( tag:v3.0.2 ) |

| 10. |Infix to Postfix | https://gitlab.com/vlead-projects/experiments/ds/infix-postfix | master branch | make -k all | content-html ( tag: v4.0.4 ) | artefacts ( tag: v4.0.2 ) |

| 11. | Unsorted Arrays vs. Binary search | https://gitlab.com/vlead-projects/experiments/ds/unsorted-arrays | master branch | make -k all | content-html ( tag: v2.0.4 ) | artefacts ( tag: v2.0.2 ) |

| 12. | Hash tables | https://gitlab.com/vlead-projects/experiments/ds/hash-tables | master branch | make -k all | content-html ( tag: v3.0.4 ) | artefacts ( tag: v3.0.2 ) |

| 13. | Linked lists | https://gitlab.com/vlead-projects/experiments/ds/linked-list | master branch | make -k all | content-html ( tag: v1.0.5 ) | artefacts ( tag: v1.0.3 ) |

| 14. | Polynomial Arithmetic using linked lists | https://gitlab.com/vlead-projects/experiments/ds/poly-arithmetic | master branch | make -k all | content-html ( tag: v1.0.4 ) | artefacts ( tag: v1.0.2 ) |

  1. Hardware Requirements: Please change the defaults if needed.
    1. CPU: <1 core 2.4GHz>
    2. Memory: <512 MB>
    3. Storage: <1 GB>
    4. Network: <10 MBPS>
    5. Anything Else:
  2. Software Requirements
    1. OS Name and Version:
    2. Names and Versions of other software:
    3. Browser Plugins or other Software:
    4. DB:
  3. Build Command:

Repository Owner Details

  1. Name: Balamma/Niranjan
  2. GitHub Id: BalammaBoya/niranjanreddy891
  3. Email: balamma@vlabs.ac.in/niranjan@vlabs.ac.in
  4. Phone: + 91 9703527689/+91 9494948969

Other Details

pavanchow commented 3 years ago

@BalammaBoya Hosted URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name : Data Structures Lab I Repository URL : https://github.com/virtual-labs/data-structures-lab-I-iiith Branch/Tag : master/v1.3.4

Approve the above.

BalammaBoya commented 3 years ago

@pavanchow Approved and we are good to go.

BalammaBoya commented 3 years ago

Note: Please fill the relevant information and mark the other fields as NA. Please do not remove or leave blank any fields.

Hosting Unit (Lab/Experiment) Details

  1. Name of Lab : Data Structures Lab - I
  2. Repo URL: https://github.com/virtual-labs/data-structures-lab-I-iiith
  3. List of Experiments and their Repositories:

| S.No | Experiment Name | Experiment Repo URL | Host Branch | Build Command | Repos tags |

| 1. | Bubble Sort | https://gitlab.com/vlead-projects/experiments/ds/bubble-sort | master branch | make -k all | content-html (tag: v2.0.7 ) | artefacts ( tag: v2.0.4 ) |

| 2. | Merge Sort | https://gitlab.com/vlead-projects/experiments/ds/merge-sort | master branch | make -k all | content-html (tag: v3.0.6 ) | artefacts ( tag: v3.0.2 ) |

| 3. | Heap Sort | https://gitlab.com/vlead-projects/experiments/ds/heap-sort | master branch | make -k all | content-html ( tag: v1.0.0 ) | artefacts ( tag: v4.0.2 ) |

| 4. | Quick Sort | https://gitlab.com/vlead-projects/experiments/ds/quick-sort | master branch | make -k all | content-html ( tag: v1.0.5 ) | artefacts ( tag: v1.0.1 ) |

| 5. | Depth First Search | https://gitlab.com/vlead-projects/experiments/ds/depth-first-search | master branch | make -k all | content-html ( tag: v4.0.6 ) | artefacts ( tag: v3.0.2 ) |

| 6. | Breadth First Search | https://gitlab.com/vlead-projects/experiments/ds/breadth-first-search | master branch | make -k all | content-html ( tag: v4.0.5 ) | artefacts ( tag: v3.1.0 ) |

| 7. | Tree Traversal (Binary Trees) | https://gitlab.com/vlead-projects/experiments/ds/tree-traversal | master branch | make -k all | content-html ( tag: v2.0.5 ) | artefacts ( tag: v2.0.2 ) |

| 8. | Binary Search Tree | https://gitlab.com/vlead-projects/experiments/ds/binary-search-trees | master branch | make -k all | content-html ( tag: v2.0.9 ) | artefacts ( tag: v3.0.3 ) |

| 9. | Stacks and Queues | https://gitlab.com/vlead-projects/experiments/ds/stacks-queues | master branch | make -k all | content-html ( tag: v3.0.5 ) | artefacts ( tag:v3.0.2 ) |

| 10. |Infix to Postfix | https://gitlab.com/vlead-projects/experiments/ds/infix-postfix | master branch | make -k all | content-html ( tag: v4.0.5 ) | artefacts ( tag: v4.0.2 ) |

| 11. | Unsorted Arrays vs. Binary search | https://gitlab.com/vlead-projects/experiments/ds/unsorted-arrays | master branch | make -k all | content-html ( tag: v2.0.5 ) | artefacts ( tag: v2.0.2 ) |

| 12. | Hash tables | https://gitlab.com/vlead-projects/experiments/ds/hash-tables | master branch | make -k all | content-html ( tag: v3.0.5 ) | artefacts ( tag: v3.0.2 ) |

| 13. | Linked lists | https://gitlab.com/vlead-projects/experiments/ds/linked-list | master branch | make -k all | content-html ( tag: v1.0.6) | artefacts ( tag: v1.0.3 ) |

| 14. | Polynomial Arithmetic using linked lists | https://gitlab.com/vlead-projects/experiments/ds/poly-arithmetic | master branch | make -k all | content-html ( tag: v1.0.5 ) | artefacts ( tag: v1.0.2 ) |

  1. Hardware Requirements: Please change the defaults if needed.
    1. CPU: <1 core 2.4GHz>
    2. Memory: <512 MB>
    3. Storage: <1 GB>
    4. Network: <10 MBPS>
    5. Anything Else:
  2. Software Requirements
    1. OS Name and Version:
    2. Names and Versions of other software:
    3. Browser Plugins or other Software:
    4. DB:
  3. Build Command:

Repository Owner Details

  1. Name: Balamma/Niranjan
  2. GitHub Id: BalammaBoya/niranjanreddy891
  3. Email: balamma@vlabs.ac.in/niranjan@vlabs.ac.in
  4. Phone: + 91 9703527689/+91 9494948969

Other Details

BalammaBoya commented 3 years ago

Lab/Experiment(s) Hosting Request

Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been migrated to Phase 3 lab/exp format from Phase 2.

Please provide item 1 for all the experiments of the lab

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith| v1.0.1 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith| v1.0.1 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith| v1.0.1 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.1 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.1 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.1 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.1 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.1 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.1 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.1 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.1 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.1 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.1 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.1 |

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

Note: This is a migrated source of all experiments. So tag release started from v1.0.0 which are new repos and migrated sources

pavanchow commented 3 years ago

@BalammaBoya Hosted the lab with the mentioned changes URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 3 years ago

Lab/Experiment(s) Hosting Request

Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been migrated to Phase 3 lab/exp format from Phase 2.

Please provide item 1 for all the experiments of the lab

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith| v1.0.2 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith| v1.0.2 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith| v1.0.2 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.2 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.2 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.2 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.2 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.2 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.2 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.2 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.2 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.2 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.2 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.2 |

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

pavanchow commented 3 years ago

@BalammaBoya Hosted the lab with the mentioned tags URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 3 years ago

Lab/Experiment(s) Hosting Request

Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been migrated to Phase 3 lab/exp format from Phase 2.

Please provide item 1 for all the experiments of the lab

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith| v1.0.3 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith| v1.0.3 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith| v1.0.3 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.3 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.3 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.3 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.3 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.3 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.3 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.3 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.3 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.3 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.3 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.3 |

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

pavanchow commented 3 years ago

@BalammaBoya Hosted the lab with the mentioned tags URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 3 years ago

Approved

BalammaBoya commented 3 years ago

Lab/Experiment(s) Hosting Request

Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been migrated to Phase 3 lab/exp format from Phase 2.

Please provide item 1 for all the experiments of the lab

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.4 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.4 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.4 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.4 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.4 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.4 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.4 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.4 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.4 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.4 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.4 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.4 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.4 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.4 |

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

pavanchow commented 3 years ago

@BalammaBoya Hosted the lab with the mentioned tags URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 3 years ago

Lab/Experiment(s) Hosting Request

Use this issue to get your lab and experiment repositories hosted on Virtual Labs. This issue also is used to host labs and their experiments that have been added quiz questions for the following experiments which is marked as bold in the table below:

  1. Stacks and Queues
  2. Heap Sort
  3. Depth First Search
  4. Quick Sort

Please provide item 1 for all the experiments of the lab

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.4 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.4 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.5 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.5 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.5 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.4 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.4 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.4 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.5 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.4 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.4 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.4 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.4 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.4 |

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

pavanchow commented 3 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Data Structures-I experiments with all updated sources and tags.

Note: This release contains all the quiz questions designed without plagiarism issue.

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.5 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.4 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.6 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.5 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.5 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.5 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.5 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.5 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.5 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.5 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.5 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Following DS-I experiments, which are in the bold with updated sources and tags.

Note: This release contains all the quiz questions designed without plagiarism issue.

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.6 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.5 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.6 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.5 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.5 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.5 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.5 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.5 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.5 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.5 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.5 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Hosted source is working fine. Approved.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Following DS-I experiments, which are in the bold with updated sources and tags.

*Note: This release contains Consistency of Pre Test Quiz and Post Test Quiz in to pretest and posttest

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.7 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.6 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.6 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.6 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.6 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.6 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.6 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.6 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.6 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.6 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.6 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Hosted source is working fine and it's Approved.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Following DS-I experiment, which is in the bold with updated sources and tags.

Note: This release contain the update of BFS in to DFS in the Analysis section

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.6 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.5 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.7 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.5 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.5 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.5 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.5 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.5 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.5 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.5 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.5 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Following DS-I experiment, which is in the bold with updated sources and tags.

Note: This release contain the update of BFS in to DFS in the Analysis section and Renamed Depth First Traversal to Depth First Search

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.6 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.5 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.8 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.5 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.5 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.5 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.5 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.5 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.5 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.5 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.5 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Hosted source is working fine and it's Approved.

BalammaBoya commented 2 years ago

@pavanchow Requesting for rehost the Following DS-I experiment, which is in the bold with updated sources and tags.

Note: This release contain the update of simulation fix of Linkedlist experiment and updated all updated tags of other experiments

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.7 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.6 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.6 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.6 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.8 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.6 | |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.6 | |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.6 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.6 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.6 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.6 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.6 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.7 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.6 |

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

pavanchow commented 2 years ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow Hosted source is working fine and it's approved.

BalammaBoya commented 1 year ago

@pavanchow Requesting for rehost the Following DS-I experiment, which is in the bold with updated sources and tags.

Note: This release contain the issues fixed Legne UI Changes during summber internship

  1. Hosting Unit:
    | No.| Experiment Name | Experiment repository URL | Branch/Tag | |1. |Bubble Sort | https://github.com/virtual-labs/exp-bubble-sort-iiith | v1.0.8 | |2. |Merge Sort | https://github.com/virtual-labs/exp-merge-sort-iiith | v1.0.7 | |3.| Heap Sort | https://github.com/virtual-labs/exp-heap-sort-iiith | v1.0.7 | |4. |Quick Sort | https://github.com/virtual-labs/exp-quick-sort-iiith | v1.0.7 | |5. |Depth First Search |https://github.com/virtual-labs/exp-dfs-iiith | v1.0.9 | |6. |Breadth First Search| https://github.com/virtual-labs/exp-bfs-iiith | v1.0.7| |7. |Tree Traversal | https://github.com/virtual-labs/exp-tree-traversal-iiith | v1.0.7| |8. |Binary Search Trees|https://github.com/virtual-labs/exp-bst-iiith | v1.0.7 | |9. |Stacks and Queues| https://github.com/virtual-labs/exp-stacks-queues-iiith | v1.0.7 | |10.| Infix to Postfix | https://github.com/virtual-labs/exp-infix-postfix-iiith | v1.0.7 | |11.| Unsorted Arrays | https://github.com/virtual-labs/exp-unsorted-arrays-iiith | v1.0.7 | |12.| Hashtables| https://github.com/virtual-labs/exp-hashtables-iiith | v1.0.7 | |13.| Linked lists | https://github.com/virtual-labs/exp-linked-lists-iiith | v1.0.7 | |14.| Polynomial Arithmetic using linked lists | https://github.com/virtual-labs/exp-polynomial-arithmetic-iiith | v1.0.6 |

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

pavanchow commented 1 year ago

@BalammaBoya Hosted the lab with the mentioned experiments URL of Lab: https://ds1-iiith.vlabs.ac.in/ Hosting Unit(Lab) Name: Data Structures Lab I

Please check and approve.

BalammaBoya commented 1 year ago

@pavanchow Hosted source is working fine and it's approved.