kaushal shah

Hey there! :)

Student at Barbaria insititute of technology

Studied at Haria

Certified in C programming

Sorting algorithms

This is a pptx on three major sorting algorithm. 1.quick sort 2.Merge sort 3.Heap sort

Greedy Algorithms

This pptx includes:- 1.Introduction 2.Optimization Problem 3.Greedy Properties. 4.Greedy Approach 5.The Coin Changing Problem. 6.Traveling Salesman. 7.MST 8.Kruskal’s And Prim’s Algorithm. 9.Huffman Code. 10. Advantages And Disadvantages

linker and loaders

This file contains Types of loaders Dynamic linking Relocation Execution of program

Computer Processing Units

this file contains:- Introduction General Register Organization Stack Organization Instruction Formats Addressing Modes Data Transfer and Manipulation Program Control Reduced Instruction Set Computer

Dynamic Programming

This is a pptx on dynamic programming. 1.making change problem 2.Assembly line scheduling 3.Matrix chain multiplication.

Time complexity

This is a pptx on the topic time complexity. 1. what is it? 2.calculating it. 3.types of notation for time complexity.

Sorting algorithms

This is a pptx which contain sorting algorithms with explanation and example. 1.shell sort 2.comparison sort 3.radix sort 4.counting sort 5.bucket sort

What is the importance of HTML and CSS in web development?

This file tells the importance of the html, css and javascript in the web development. Also explains each term in detail with pictorial example.

BLOCKCHAIN TECHNOLOGY

Today, world is all about future technologies, and everyone must learn about this technologies, one of them is BLOCKCHAIN. This file is all about this topic, It contains all you need to know about blockchain from its history to its real life applications- all is contained in it!

What is the difference between front end and back end development?

If you had started learning web development, this is the file that would really help you to learn some basics about frontend and backend development along with the differences between them.

What should I learn if I want to make a website?

This file describe briefly about what to learn for a website development. It also explains a basics about all. 1.categories of development 2. front-end 3. back-end

PHP-Session Management (Cookies)

This is a clip on PHP session management with the help of cookies. It will teach you how to 1.set cookies, 2.access them 3.delete them.