diff --git a/src/lab/exp5/objective.html b/src/lab/exp5/objective.html old mode 100755 new mode 100644 diff --git a/src/lab/exp5/theory.html b/src/lab/exp5/theory.html old mode 100755 new mode 100644 diff --git a/src/lab/exp6/objective.html b/src/lab/exp6/objective.html old mode 100755 new mode 100644 diff --git a/src/lab/exp6/theory.html b/src/lab/exp6/theory.html old mode 100755 new mode 100644 diff --git a/src/lab/exp7/objective.html b/src/lab/exp7/objective.html old mode 100755 new mode 100644 diff --git a/src/lab/exp7/theory.html b/src/lab/exp7/theory.html old mode 100755 new mode 100644 diff --git a/src/lab/exp8/objective.html b/src/lab/exp8/objective.html old mode 100755 new mode 100644 diff --git a/src/lab/exp8/theory.html b/src/lab/exp8/theory.html old mode 100755 new mode 100644 diff --git a/src/lab/exp9/Experiment.html b/src/lab/exp9/Experiment.html index 2fec8e42..febf4819 100644 --- a/src/lab/exp9/Experiment.html +++ b/src/lab/exp9/Experiment.html @@ -1,218 +1,382 @@ - - - - - - - - + + + + + + + + + + + + Welcome to Virtual Labs - A MHRD Govt of india Initiative - - - - - - - - - - - + + + + + + + + + + - - - - - -
-
- - +
+
+
+
+
+
+ +
+ -
+ +
+

+ Computer Science & Engineering + →Problem Solving Lab + →List Of Experiments
+

+ +
+ +
+ + + + - - + - + - - - + + - - - - - \ No newline at end of file + }); + + //owl for partner institutions + var owl = $("#owl-partner-institutions"); + owl.owlCarousel({ + navigation: true, + navigationText: [ + "", + "", + ], + autoPlay: 3000, + stopOnHover: true, + items: 8, + }); + + //owl for aboutus + var owl = $("#owl-aboutus"); + owl.owlCarousel({ + navigation: true, + singleItem: true, + }); + }); + + + + diff --git a/src/lab/exp9/Manual.html b/src/lab/exp9/Manual.html index 20acbb4b..40ed7d39 100644 --- a/src/lab/exp9/Manual.html +++ b/src/lab/exp9/Manual.html @@ -1,218 +1,384 @@ - - - - - - - - + + + + + + + + + + + + Welcome to Virtual Labs - A MHRD Govt of india Initiative - - - - - - - - - - - + + + + + + + + + + - - - - - -
-
- - +
+
+
+
+
+
+ +
+ -
+ +
+

+ Computer Science & Engineering + →Problem Solving Lab + →List Of Experiments
+

+
+ +
+ +

Permutations

+
+

+ For each problem you have to write a program in C or C++. Each + question is evaluted on test cases. An answer is correct only + when all the test cases are cleared. +

+
+
+
+
+ +
+ + + + - - + - + - - - + + - - - - - \ No newline at end of file + }); + + //owl for partner institutions + var owl = $("#owl-partner-institutions"); + owl.owlCarousel({ + navigation: true, + navigationText: [ + "", + "", + ], + autoPlay: 3000, + stopOnHover: true, + items: 8, + }); + + //owl for aboutus + var owl = $("#owl-aboutus"); + owl.owlCarousel({ + navigation: true, + singleItem: true, + }); + }); + + + + diff --git a/src/lab/exp9/objective.html b/src/lab/exp9/objective.html old mode 100755 new mode 100644 diff --git a/src/lab/exp9/theory.html b/src/lab/exp9/theory.html old mode 100755 new mode 100644