Giter VIP home page Giter VIP logo

learn-dsa-go's Introduction

learn-DSA-GO

Learn data structure algorithms with go

Data Structures available in this Repo are:

  1. Array
  2. Heap
  3. Priority Queue
  4. Linked List
  5. Tree
  6. Maps

DSA Techniques to Solve the Problem:

  1. Two Pointers Approach
  2. Heap Sorts
  3. Quick Sort
  4. Merge Sort
  5. Selection Sort
  6. Bubble Sort
  7. Recursion
  8. Dynamic Programming

Array

Easy: LeetCode Problems

Medium: LeetCode Problems

Heap

LeetCode Problems:

Priority Queue

LeetCode Problems:

Recursion

Key Points to implement Recurrence:

  1. Try to represent the problem in terms of index
  2. Do all possible stuff to the index according to the problem statement
  3. Sum of all stuffs -> count all ways

For Eg:

  1. Find the Minimum of something -> Min( of all stuffs)
  2. Find the Maximum of something -> Max(of all stuffs)

LeetCode Problems:

learn-dsa-go's People

Contributors

kamal-kant-eagleview avatar kamalkant-tech avatar

Stargazers

 avatar  avatar

Watchers

 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.