Sucheta Kulkarni

Student at Kls gogte institute of technology

Studied at Mary immaculate girls high school mumbai

HTML CODE

This html code illustrates how to apply table tag to create and organize data in a very apt manner. it uses tags like etc. you can also see how spacing between columns are rows are given

HTML: animations

this code shows the animation done using html and css , /this code can be further modified to create the game of snake and ladder and be used in a very creative way.

Depth First Search

Depth-first search (DFS) is an algorithm for traversing or searching tree or graph data structures. The algorithm starts at the root node (selecting some arbitrary node as the root node in the case of a graph) and explores as far as possible along each branch before backtracking.

Breadth First Search

Breadth-first search is an algorithm for traversing or searching tree or graph data structures. It starts at the tree root, and explores all of the neighbor nodes at the present depth prior to moving on to the nodes at the next depth level.

Singly Linked lists

Singly linked list is a collection of nodes linked together in a sequential way where each node of singly linked list contains a data field and an address field which contains the reference of the next node

Unix System Programming

Unix is an Operating System which is truly the base of all Operating Systems like Ubuntu, Solaris, POSIX, etc. It was developed in the 1970s by Ken Thompson, Dennis Ritchie, and others in the AT&T Laboratories. It was originally meant for programmers developing software rather than non-programmers.

Arrays

here we learn about arrays and how to code with it in java and few other basic topics

joint probability

joint probability is the likelihood of two independent events happening at the same time. Joint probabilities can be calculated using a simple formula as long as the probability of each event is known.

Sampling thoery

Sampling theory is a study of relationships existing between a population and samples drawn from the population. Sampling theory is applicable only to random samples. For this purpose the population or a universe may be defined as an aggregate of items possessing a common trait or traits.

Mechanical engineering: governor

This helps in limiting the speed of a vehicle even though the driver tries to exceed the limit

Race condition

A race condition is an undesirable situation that occurs when a device or system attempts to perform two or more operations at the same time, but because of the nature of the device or system, the operations must be done in the proper sequence to be done correctly.

Milling and lathe

Milling is the process of machining using rotary cutters to remove material by advancing a cutter into a workpiece. This may be done varying direction on one or several axes, cutter head speed, and pressure. ... The original class of machine tools for milling was the milling machine (often called a mill).