Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate DSA - Add one example under the hoods #29

Open
mariatorrentedev opened this issue Apr 27, 2024 · 1 comment
Open

Investigate DSA - Add one example under the hoods #29

mariatorrentedev opened this issue Apr 27, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mariatorrentedev
Copy link
Owner

The idea is to have an example of each data structure with a cool implementation.

Take this time to investigate DSA and create DOC to support your job hunt.

@mariatorrentedev mariatorrentedev added the enhancement New feature or request label Apr 27, 2024
@mariatorrentedev mariatorrentedev self-assigned this Apr 27, 2024
@mariatorrentedev
Copy link
Owner Author

mariatorrentedev commented Apr 27, 2024

  • Data types
  • Basic Bitwise Operations
  • String Operations
  • Arrays
  • Linked Lists
    • Singly Linked
    • Doubly Linked
    • Circular Linked
  • Queues
  • Stacks
  • Heaps
  • Trees
    • Binary Trees
    • Binary Search Trees
    • Tries
    • Self Balancing Trees
  • Traversing Trees
    • Breadth First Search - BFS
    • Depth First Search - DFS
    • Preorder, Inorder, Postorder
  • Graphs
    • Dijkstra's Algorithm / A* Search
  • Hash Maps
    • Handling Collisions
  • Sorting algorithms
    • Insertion
    • Selection
    • Merge
    • Quick
  • Time Complexities
  • Programming Paradigm
    • Dynamic Programming
    • Object Oriented Programming
    • Asynchronous Programming
    • Functional Programming

Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant