Data Structures & Algorithms, CS-201 KTU

Overview

Data Structures and Algorithms

Based on CS-201, Data Structures, KTU curriculum.

To run locally, fork this repository and clone it.

Table of contents

1) Application of Arrays

2) Linked Lists

3) Stacks, Queues and Heaps

4) Hashing Algorithms

5) Sorting Algorithms

6) Trees

7) Graphs


1) Application of Arrays

Basics

2) Linked Lists

Basics

Easy

Medium

Hard

Miscellaneous

3) Stacks, Queues and Heaps

Basics

Easy

Medium

4) Hashing Algorithms

Basics

5) Sorting Algorithms

Basics

Miscellaneous

  • Randomized quick sort
  • Counting sort

6) Trees

Basics

Easy

Medium

Hard

Miscellaneous

  • Invert a binary tree
  • DFS Spanning tree
  • BFS Spanning tree
  • Minimum cost spanning tree (using Kruskal's Algorithm)

7) Graphs

Basics

You might also like...
Data Structures and Algorithms implemented in C++
Data Structures and Algorithms implemented in C++

OpenOcto - Data Structures and Algorithms Data Structures and Algorithms implemented in C++ Code here directly using Gitpod! Everthing done in C++ All

Data structures and algorithms course, winter 2021/22

Data Structures and Algorithms 2021/22 Repository for the "Data structures and algorithms" course for the 2021/22 academic year. Structure lectures --

A repository by Codechef@MUST for data structures and algorithms
A repository by Codechef@MUST for data structures and algorithms

DSA Overview The main goal of this project is to promote open-source, allowing anyone who wants to contribute. This repository would be focused on var

Personal reference material for Data Structures and Algorithms
Personal reference material for Data Structures and Algorithms

🔗 DSA 📈 Sr Filename Title Notes 1 2-1_datatypes_and_modifiers.cpp Datatypes and Modifiers Type modifiers explained 2 2-2_input_output.cpp stdin and

Redacted source code for exercises proposed in the Data Structures and Algorithms laboratory.

fsega_ie2_dsa Redacted source code for exercises proposed in the Data Structures and Algorithms laboratory. Usage The src/ directory contains a direct

One-Stop Destination for codes of all Data Structures & Algorithms

CodingSimplified_GK This repository is aimed at creating a One stop Destination of codes of all Data structures and Algorithms along with basic explai

Data Structures and Algorithms course (IIC2133-PUC)

Data-Structures-And-Algorithms This are the homeworks of Jose Antonio Castro from Data Structures and Algorithms course (IIC2133) in Pontificia Univer

100daysofDSA - Explore about arrays, linked lists, stacks & queues, graphs, and  more to master the foundations of data structures & algorithms!
100daysofDSA - Explore about arrays, linked lists, stacks & queues, graphs, and more to master the foundations of data structures & algorithms!

Explore about arrays, linked lists, stacks & queues, graphs, and more to master the foundations of data structures & algorithms!

Implementation of data structures and algorithms in C language

DataStructure_and_Algorithms_in_C Implementation of basic data structures and algorithms in C Data Structure LinkedList Singly Linked List Doubly Link

Comments
  • Fix links in Index

    Fix links in Index

    Some solution links in the readme.md of !Lab Cycle Programs are broken after refactoring the folders. Find and update these links. (Or reference it as a reply in this issue so that it can be fixed)

    bug help wanted 
    opened by Vishruth-S 1
  • Add files via upload

    Add files via upload

    This is a c program to convert infix to postfix and evaluate the expression.

    Please complete the following checklist for your PR to be approved. Mark the items by adding an x.
    Example: - [ ] Mark me as completed
    To mark: - [x] Mark me as completed

    • [ ] The solution I have provided is correct to the best of my knowledge.

    If any of the above is unmarked, please make the necessary changes and then mark them so that you're PR can be approved and merged.
    (Only completed checklist PRs will be reviewed)

    hacktoberfest-accepted 
    opened by abhijith-das 0
  • Create LinearSeacrh_Recursion.c

    Create LinearSeacrh_Recursion.c

    Please complete the following checklist for your PR to be approved. Mark the items by adding an x.
    Example: - [ ] Mark me as completed
    To mark: - [x] Mark me as completed

    • [x] My Pull Request adheres to the Contribution guidelines.
    • [x] I have added problem.md and solution files in the appropriate folder
    • [x] In problem.md I have provided a correct link to the problem.
      (In case you are not adding a problem, you can freely mark this as complete)
    • [x] My solution passes all the testcases within the given constraints.
    • [x] I have properly indented and documented my solution using comments.

    If any of the above is unmarked, please make the necessary changes and then mark them so that you're PR can be approved and merged.
    (Only completed checklist PRs will be reviewed)

    opened by Vishruth-S 0
Owner
Vishruth Subramanian
CS Sophomore | Chairperson TLE MEC | Developer | Coder | Creator
Vishruth Subramanian
🔗 Common Data Structures and Algorithms

?? Data Structures and Algorithms This library provides common data structures. It will also provide some data structures which needed in render or ga

Recep Aslantas 45 Dec 10, 2022
Repository of problems and solutions of labsheets used for Data Structures and Algorithms (CS F211) in Semester 2, 2020-21 at BITS Pilani - Hyderabad Campus.

CS F211 Data Structures and Algorithms (BITS Pilani - Hyderabad Campus) This repository contains the problems, solution approaches & explanations and

Rohit Dwivedula 27 Oct 31, 2022
An assortment of commonly used algorithms and data structures implemented with C++.

Algorithms-And-Data-Structures This repo contains C++ implementations of common algorithms and data structures, grouped by topics. The list will be sp

Tony Sheng 23 Nov 9, 2021
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada

Lib9wada Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada Usage Compile the library with mak

Lprogrammers Lm9awdine 53 Nov 21, 2022
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada

LibC+ Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -lC+ Better than C, not as much as c++ Usage

BnademOverflow 53 Nov 21, 2022
The aim of this repository is to make it a one final stop for revision for technical interviews involving data structures and algorithms .

Hey ??‍♂️ This repository is meant for data structures and algorithms . I will be updating this often and will include all the data structures importa

Prakhar Rai 51 Sep 29, 2022
This is a beginner-friendly project aiming to build a problem-set on different data structures and algorithms in different programming languages.

DSAready Overview This is a beginner-friendly project that aims to create a problem-set for various Data Structures and Algorithms. Being a programmer

Riddhi Jain 13 Aug 17, 2022
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.

DSC-Banasthali 53 Oct 4, 2022
Templates, algorithms and data structures implemented and collected for programming contests.

Templates, algorithms and data structures implemented and collected for programming contests.

Shahjalal Shohag 2k Jan 2, 2023
Implementation of various data structures and algorithms.

Data Structures and Algorithms A place where you can find and learn the copious number of algorithms in an efficient manner. This repository covers va

Google DSC, GVP Chapter 15 Jul 24, 2022