-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab-descriptor.json
99 lines (99 loc) · 3.4 KB
/
lab-descriptor.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"broadArea": {
"name": "Computer Science and Engineering",
"link": "https://www.vlab.co.in/broad-area-computer-science-and-engineering"
},
"lab": "Problem Solving Lab",
"lab_display_name": "Problem Solving Lab",
"deployLab": true,
"phase": 2,
"collegeName": "IIITH",
"baseUrl": "ps-iiith.vlabs.ac.in",
"introduction": "Welcome to the Problem Solving Virtual Lab developed at IIIT Hyderabad. The interactive experiments in this lab will give the students an opportunity for learning and better understanding of using computer programming as a tool to solve basic to advanced problems.",
"experiments": [
{
"name": "Numerical Representation",
"short-name": "numerical-representation",
"repo": "https://github.com/virtual-labs/exp-numerical-representation-iiith",
"tag": "v1.0.9",
"deploy": true
},
{
"name": "Beauty of Numbers",
"short-name": "beauty-of-numbers",
"repo": "https://github.com/virtual-labs/exp-beauty-of-numbers-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "More on Numbers",
"short-name": "more-on-numbers",
"repo": "https://github.com/virtual-labs/exp-more-on-numbers-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Factorials",
"short-name": "factorials",
"repo": "https://github.com/virtual-labs/exp-factorials-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "String Operations",
"short-name": "string-operations",
"repo": "https://github.com/virtual-labs/exp-string-operations-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Recursion",
"short-name": "recursion",
"repo": "https://github.com/virtual-labs/exp-recursion-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Advanced Arithmatic",
"short-name": "advanced-arithmatic",
"repo": "https://github.com/virtual-labs/exp-advanced-arithmatic-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Searching and Sorting",
"short-name": "searching-and-sorting",
"repo": "https://github.com/virtual-labs/exp-searching-and-sorting-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Permutation",
"short-name": "permutation",
"repo": "https://github.com/virtual-labs/exp-permutation-iiith",
"tag": "v1.0.4",
"deploy": true
},
{
"name": "Sequences",
"short-name": "sequences",
"repo": "https://github.com/virtual-labs/exp-sequences-iiith",
"tag": "v1.0.4",
"deploy": true
}
],
"targetAudience": {
"UG": ["B. Tech./ B.E in Computer Science & Information Technology"],
"PG": ["Postgraduate students and Research scholars"]
},
"objective": "This lab aims at demonstrating the process of identifying a problem, developing an algorithm for the identified problem and finally implementing the algorithm to develop a computer program.",
"courseAlignment": {
"description": "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.",
"universities": [
"Universities with Computer Science & Information Technology"
]
},
"exp_name": "Sequences",
"exp_short_name": "sequences",
"version": "v0.13.0"
}