Giter Club home page Giter Club logo

data-structures-algorithem's Introduction

DSA-Bootcamp

A lot of beginners and experienced programmers avoid learning Data Structures and Algorithms because it’s complicated and they think that there is no use of all the above stuff in real life.

Data structures and algorithms play a major role in implementing software and in the hiring process as well. A lot of students and professionals have this question that why these companies’ interviews are focused on DSA instead of language/frameworks/tools specific questions?

Some Important Mentorship Blogs

  1. Read this before you start solving problems on Leetcode (Prep Work) Link of Blog
  2. Why Engineers need to master Data Structures and Algorithms ? Link of Blog
  3. The Role Of Data Structure And Algorithms In Programming Link of Blog

Topics of Study

  • Data Structures

  • Algorithmic complexity / Big-O / Asymptotic analysis It is a very important topic and will come in the path very frequetly

  • Basic Topic first Before starting DSA

    • If else and nested Loops
    • Loops (For loop, while loop and Do while loop)
    • Functions or Methods
      • Parameters and Function scope
      • shadowing and function overloading
    • Arrays
      • How does arrays works in java and C++
      • Java discontinuous memory allocation
      • dynamic memory allocation
      • to.string()method
      • Dynamic arrays or ArrayList
      • 2D arrays
      • properties of arrays
    • Strings
    • Bitwise Operators
    • C++ STL
    • Basic maths for DSA
  • Searching

    • Linear Search
    • Binery search
      • Bineary search in 2D arrays too
  • Pointers

    • Double Pointers
    • reference variable
    • macro and global variable and Inline functions
  • Bitwise Operators

    • Number system

    • Bitwise type

      • And Operator
      • OR Operator
      • XOR Operator
      • Complement Operator
      • Left shift
      • Right shift
    • 2's Compliment

    • Negative Binary Number

    • range of Binary Numbers and Formula too

  • Recursion

    • What is Recursion
    • Why we use recursion
    • Iteration vs Recursion
    • Advantage of recursion
    • Advantage of Iteration
    • Backstracking -> An Improvement of Brute force approch
    • Recursion subset
    • recursion with strings
  • Sorting

    • Selection Sort
    • Bubble Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort

data-structures-algorithem's People

Stargazers

 avatar

Watchers

 avatar  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.