Giter Site home page Giter Site logo

shyamkumar1 / dsa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from learn-write-repeat/dsa

0.0 0.0 0.0 1.66 MB

Contribution in Data Structure & Algorithm under DevIncept 30-DAYS CONTRIBUTOR PROGRAM

License: MIT License

dsa dsa-algorithm contributions dsa-learning-series dsalgo algorithms-and-data-structures algorithm-challenges data-structures

dsa's Introduction

DSA

Contribution in Data Structure & Algorithm under DevIncept 30-DAYS CONTRIBUTOR PROGRAM

1) Time and Space Complexity Analysis

• Best, Average, and Worst-case Analysis
• Big O notation
• Space Complexity 

2) Arrays

• Array Rotations
• Program for Mean and median of an unsorted array
• Minimum swaps required to bring all elements less than or equal to k together
• Maximum and minimum of an array using the minimum number of comparisons

3) Strings

• Given a string, check if they are an anagram of each other.
• Given a string, find the leftmost character that does not repeat.
• Lexicographic rank
• Pattern Searching.
• Rabin Karp Algorithm
• KMP Algorithm

4) Linked List

• Singly, Doubly, and Circular Linked List
• Palindrome Linked List
• Detecting Loops
• Middle of Linked List
• LRU Cache Design

5) Stacks and Queues

• LIFO and FIFO applications
• Balanced Parenthesis
• Two stacks in an array
• Implement Stack Using Queues

6) Sorting Algorithms

• Bubble, Insert, and Selection Sort
• Merge Sort
• Quick Sort

7) Searching

• Binary Search Iterative and Recursive
• Two Pointer Approach Problems

8) Hash Tables

• Hashing 
• Collision 
• Open Addressing and Chaining 
• Count Distinct Elements
• Union of two unsorted arrays

9) Heap

• Insertion
• Heapify and Extract

10) Binary Search Tree

• Insertion, Deletion
• Depth-First Search: Inorder, Preorder, PostOrder Traversal in BST
• Breadth-First Search
• Side View of BST
• Check if a given binary tree is a binary search tree

dsa's People

Contributors

shyamkumar1 avatar brijesh0297 avatar arpit-dwivedi avatar

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.