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 II Lab/Experiment Hosting/Rehosting Request for Data Structures Lab - IIITH #576

Open mrudhvika940 opened 4 years ago

mrudhvika940 commented 4 years ago

Hosting details

sravanthimodepu commented 4 years ago

@mrudhvika940

Hosted URL of Lab: http://cse01-iiith.vlabs.ac.in/ Branch: Master Tag: v1.1.3

mrudhvika940 commented 4 years ago

Hosting details

sravanthimodepu commented 4 years ago

@mrudhvika940

Hosted URL of Lab: http://cse01-iiith.vlabs.ac.in/ Branch: Master Tag: v1.1.4

sravanthimodepu commented 2 years ago

Repo Owner Details Name - Sravanthi GitHub handle - sravanthimodepu Email id - sravanthimodepu@vlabs.ac.in

Lab Name: Data Structures Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Number Systems - https://github.com/virtual-labs/exp-number-systems-iiith - main - v1.0.0
  2. Expression Evaluation using Stacks - https://github.com/virtual-labs/exp-expression-evaluation-iiith - main - v1.0.0
  3. Sorting using Arrays - https://github.com/virtual-labs/exp-sorting-iiith - main - v1.0.0
  4. Polynomials via Linked Lists - https://github.com/virtual-labs/exp-polynomials-iiith - main - v1.0.0
  5. Search Trees - https://github.com/virtual-labs/exp-search-trees-iiith - main - v1.0.0
  6. Expression Trees - https://github.com/virtual-labs/exp-expression-trees-iiith - main - v1.0.0
  7. Graph Traversals - https://github.com/virtual-labs/exp-graph-traversals-iiith - main - v1.0.0
  8. Shortest Paths in Graphs - https://github.com/virtual-labs/exp-shortest-paths-iiith - main - v1.0.0
  9. Minimum Spanning Trees - https://github.com/virtual-labs/exp-minimum-spanning-trees-iiith - main - v1.0.0

Lab URL: http://cse01-iiith.vlabs.ac.in/

Introduction: To understand how various data structures work. To understand some important applictions of various data structures. To familiarize how certain applications can benefit from the choice of data structures.

Please note:

The simulations of this lab have some of the following software dependencies -

  1. Browsers - Firefox 50 and lower versions, Internet Explorer
  2. Software - Adobe Flash Plugin, Java1.7, Java3D-1.5.2, and IcedTea Plugin.

We recommend you to use our customized Virtual Box for the smooth running of these simulations.

Install VirtualBox - Virtual Labs offers a free download of a customized VirtualBox with the required pre-installed software dependencies (Java 1.7, Java3D-1.5.2, IcedTea Plugin, and Adobe Flash Plugin). Please follow the link to download, install VirtualBox for easy use of Virtual Labs.

Objective:

To understand how the choice of data structures can lead to efficient implementations of algorithms.

Course Alignment:

The present lab is aligned with courses such as Introduction to Data Structures, Data Structures in C/C++, and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience:

The experiments are targeted at students who have just finished a first course in programming. Knowledge of writing programs in any programming language is expected. No prior experience with data structuers is required.

pavanchow commented 2 years ago

@sravanthimodepu

Hosted Data Structures Lab URL of Lab: https://cse01-iiith.vlabs.ac.in/ Branch: Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow

Experiment6 content is not working on production which is working on github pages:

Production screenshot : Screenshot from 2021-09-26 11-54-59

Github pages screenshot : Screenshot from 2021-09-26 11-55-20

Simulations: In the simulation page (software dependencies) link broken, so corrected now and released with new tags. please rehost.

Lab Name: Data Structures Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Number Systems - https://github.com/virtual-labs/exp-number-systems-iiith - main - v1.0.1
  2. Expression Evaluation using Stacks - https://github.com/virtual-labs/exp-expression-evaluation-iiith - main - v1.0.1
  3. Sorting using Arrays - https://github.com/virtual-labs/exp-sorting-iiith - main - v1.0.1
  4. Polynomials via Linked Lists - https://github.com/virtual-labs/exp-polynomials-iiith - main - v1.0.1
  5. Search Trees - https://github.com/virtual-labs/exp-search-trees-iiith - main - v1.0.1
  6. Expression Trees - https://github.com/virtual-labs/exp-expression-trees-iiith - main - v1.0.1
  7. Graph Traversals - https://github.com/virtual-labs/exp-graph-traversals-iiith - main - v1.0.1
  8. Shortest Paths in Graphs - https://github.com/virtual-labs/exp-shortest-paths-iiith - main - v1.0.1
  9. Minimum Spanning Trees - https://github.com/virtual-labs/exp-minimum-spanning-trees-iiith - main - v1.0.1

Lab URL: http://cse01-iiith.vlabs.ac.in/

pavanchow commented 2 years ago

@BalammaBoya Hosted Data Structures Lab with tags v1.0.1 URL of Lab: https://cse01-iiith.vlabs.ac.in/ Branch: Master

Please check and approve.

BalammaBoya commented 2 years ago

@pavanchow DS-old lab working fine and approved.

pavanchow commented 2 years ago

Lab Name: Data Structures Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

Redirect the following experiments accordingly. This is being done since as part of phase 3 experiments were built which were in javascript

  1. Expression Evaluation using Stacks - https://ds1-iiith.vlabs.ac.in/exp/stacks-queues/index.html
  2. Sorting using Arrays- i. Merge Sort - https://ds1-iiith.vlabs.ac.in/exp/merge-sort/index.html ii. Quick Sort - https://ds1-iiith.vlabs.ac.in/exp/quick-sort/index.html
  3. Polynomials via Linked Lists - i. Linked List- https://ds1-iiith.vlabs.ac.in/exp/linked-list/index.html ii. Polynomial Arithmetic using linked lists - https://ds1-iiith.vlabs.ac.in/exp/poly-arithmetic/index.html
  4. Search Trees - https://ds1-iiith.vlabs.ac.in/exp/binary-search-trees/index.html
  5. Expression Trees - https://ds1-iiith.vlabs.ac.in/exp/tree-traversal/index.html
  6. Graph Traversals - i.Depth First Search - https://ds1-iiith.vlabs.ac.in/exp/depth-first-search/index.html ii. Breadth-First Search - https://ds1-iiith.vlabs.ac.in/exp/breadth-first-search/index.html
  7. Shortest Paths in Graphs - https://ds2-iiith.vlabs.ac.in/exp/dijkstra-algorithm/index.html
  8. Minimum Spanning Trees - https://ds2-iiith.vlabs.ac.in/exp/min-spanning-trees/index.html

Lab URL: http://cse01-iiith.vlabs.ac.in/

Introduction: To understand how various data structures work. To understand some important applications of various data structures. To familiarize how certain applications can benefit from the choice of data structures.

Objective:

To understand how the choice of data structures can lead to efficient implementations of algorithms.

Course Alignment:

The present lab is aligned with courses such as Introduction to Data Structures, Data Structures in C/C++, and the like. The experiments touch on most topics covered in such courses in most curricula.

Target Audience:

The experiments are targeted at students who have just finished the first course in programming. Knowledge of writing programs in any programming language is expected. No prior experience with data structures is required.

sravanthimodepu commented 2 years ago

@pavanchow

Please update the below content and the links properly in the introduction page and host the lab with the updated sources.

Lab Name: Data Structures Lab

List of Experiments and Repositories: | No.| Experiment Name | Experiment repository URL | Branch | Tag

  1. Number Systems - https://github.com/virtual-labs/exp-number-systems-iiith - main - v1.0.2
  2. Expression Evaluation using Stacks - https://github.com/virtual-labs/exp-expression-evaluation-iiith - main - v1.0.2
  3. Sorting using Arrays - https://github.com/virtual-labs/exp-sorting-iiith - main - v1.0.2
  4. Polynomials via Linked Lists - https://github.com/virtual-labs/exp-polynomials-iiith - main - v1.0.2
  5. Search Trees - https://github.com/virtual-labs/exp-search-trees-iiith - main - v1.0.2
  6. Expression Trees - https://github.com/virtual-labs/exp-expression-trees-iiith - main - v1.0.2
  7. Graph Traversals - https://github.com/virtual-labs/exp-graph-traversals-iiith - main - v1.0.2
  8. Shortest Paths in Graphs - https://github.com/virtual-labs/exp-shortest-paths-iiith - main - v1.0.2
  9. Minimum Spanning Trees - https://github.com/virtual-labs/exp-minimum-spanning-trees-iiith - main - v1.0.2

Lab URL: http://cse01-iiith.vlabs.ac.in/

Please note: The simulations of this lab have some of the following software dependencies - Browsers - Firefox 50 and lower versions, Internet Explorer Software - Adobe Flash Plugin, Java1.7, Java3D-1.5.2, and IcedTea Plugin.

We recommend you to use our customized Virtual Box for the smooth running of these simulations.

Install VirtualBox - Virtual Labs offers a free download of a customized VirtualBox with the required pre-installed software dependencies (Java 1.7, Java3D-1.5.2, IcedTea Plugin, and Adobe Flash Plugin). Please follow the link to download, install VirtualBox for easy use of Virtual Labs.

priya100raman commented 2 years ago

The experiments of this lab have been redirected to Javascript experiments of DS-1 and DS-2 labs. Going forward this lab should not be rehosted.