Coder Social home page Coder Social logo

all-labs's Introduction

.
├── Automata and Compiler Design
│   ├── Lab1
│   │   ├── Query_Machine2.c
│   │   ├── Query_Machine2.py
│   │   ├── Query_Machine3.c
│   │   ├── Query_Machine4.c
│   │   ├── Query_Machine5.c
│   │   ├── Query_Machine6.c
│   │   ├── Query_Machine7.c
│   │   ├── Query_Machine.c
│   │   ├── Query_Machine.py
│   │   └── README.md
│   ├── Lab2
│   │   ├── DFA1.c
│   │   ├── DFA2.c
│   │   ├── DFA3.c
│   │   └── README.md
│   ├── Lab3
│   │   ├── FindType.c
│   │   └── README.md
│   ├── Lab4
│   │   ├── PushDownAutomata.cpp
│   │   └── README.md
│   └── Lab Exam
│   ├── q1.c
│   ├── q2.c
│   └── README.md
├── Big Data Analysis
│   ├── Assignment
│   │   └── q2.js
│   └── LAB01
│   ├── backup.sql
│   ├── Census.Rdata
│   ├── countdupes.sql
│   ├── kmeans1.R
│   ├── kmeansmadlib.sql
│   ├── lab1_01.txt
│   ├── lab1_02.txt
│   ├── lab1p1step6.sql
│   ├── lab1p1step7.sql
│   ├── lab1p2step6.sql
│   ├── lab1p2step8.sql
│   ├── lab1p2step9.sql
│   ├── Labs.Rdata
│   └── mod4lab4.sql
├── CGM Lab
│   ├── CGM Project
│   │   ├── 1.jpeg
│   │   ├── 2.jpeg
│   │   ├── 3.jpeg
│   │   ├── 4.jpeg
│   │   ├── 5.jpeg
│   │   ├── animation.py
│   │   ├── a.out
│   │   ├── clock
│   │   ├── clock.c
│   │   ├── pendulum_animated.py
│   │   ├── pendulum.c
│   │   ├── pendulum.py
│   │   └── tic_tac_toe.c
│   ├── Lab3
│   │   ├── Bresenham's Line Algorithm.c
│   │   └── Midpoint Circle.c
│   ├── Lab4
│   │   └── Midpoint Ellipce.c
│   ├── Lab5
│   │   └── Breseham Circle.c
│   ├── Lab6
│   │   ├── BoundaryFill.c
│   │   ├── FloodFill.c
│   │   ├── ScanLine.cpp
│   │   └── Scanline.pdf
│   ├── Lab7
│   │   └── Cohen's Sutherhand.c
│   ├── Lab8
│   │   ├── box
│   │   ├── README.md
│   │   └── test.cpp
│   ├── Lab9
│   ├── Lab Exam
│   │   ├── a.out
│   │   ├── Question.c
│   │   └── Questions.txt
│   ├── Project
│   │   ├── Takeoff
│   │   └── Takeoff.c
│   └── README.md
├── Design and Analysis of Algorithms
│   ├── Lab1
│   │   ├── Iterative_Binary_Search.c
│   │   ├── Iterative_Binary_Search.py
│   │   ├── Recursive_Binary_Search.c
│   │   └── Recursive_Binary_Search.py
│   ├── Lab2
│   │   ├── InsertionSort.c
│   │   └── SelectionSort.c
│   ├── Lab3
│   │   ├── BubbleSort.c
│   │   ├── MergeSort.c
│   │   └── QuickSort.c
│   ├── Lab4
│   │   ├── HeapSort.c
│   │   ├── MinHeap.c
│   │   └── questions.txt
│   ├── Lab5
│   │   ├── KnapSack.c
│   │   └── PriorityQueue.c
│   ├── Lab6
│   │   ├── KruskalAlgorithm.cpp
│   │   └── Prims.c
│   ├── Lab Project
│   │   └── BFSShortestReach.py
│   ├── Remaining Codes
│   │   ├── bfs.c
│   │   ├── dfs.c
│   │   ├── dijkstra.c
│   │   ├── graph coloring.cpp
│   │   ├── lcs.cpp
│   │   ├── lis.cpp
│   │   ├── queen's.cpp
│   │   └── tsp.c
│   └── test.py
├── indentDoc.js
├── Networks Lab
│   ├── Lab3
│   │   └── lab3.txt
│   ├── Lab4
│   │   └── lab4.txt
│   ├── Lab5
│   │   └── lab5.txt
│   ├── Lab6
│   │   ├── lab6.png
│   │   ├── lab6.txt
│   │   └── README.md
│   ├── Lab7
│   │   ├── lab7-1.png
│   │   ├── lab7-2.png
│   │   ├── lab7.txt
│   │   └── README.md
│   ├── Lab8
│   │   ├── Client.c
│   │   ├── Client.java
│   │   ├── README.md
│   │   ├── Server.c
│   │   ├── Server.class
│   │   └── Server.java
│   ├── Lab9
│   │   ├── question.txt
│   │   └── README.md
│   ├── Project
│   │   ├── README.md
│   │   ├── Weighted-Fair-Queue.c
│   │   └── WFQ
│   └── README.md
├── R_Course
│   ├── Week1
│   │   ├── cbind_rbind.r
│   │   ├── connections.r
│   │   ├── dataFrames.r
│   │   ├── Factors.r
│   │   ├── foo.txt
│   │   ├── missing_values.r
│   │   ├── names.r
│   │   ├── Notes.r
│   │   ├── quiz.csv
│   │   ├── readingTabularData.r
│   │   ├── subsetting.r
│   │   ├── temp.r
│   │   ├── vectorised.r
│   │   └── Vectors_and_Lists.r
│   └── Week2
│   ├── assignment.r
│   ├── assignment.zip
│   ├── corr.r
│   ├── dates.r
│   ├── forLoops.r
│   ├── functions.r
│   ├── ifElse.r
│   ├── README.md
│   ├── repeat_next_break.r
│   ├── specdata
│   └── while.r
└── README.md

42 directories, 473 files

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.