Skip to content

A repository with my solutions for the Algomaster - Master DSA Patterns leetcode questions.

Notifications You must be signed in to change notification settings

pmacoutinho/leetcode-master-dsa-patterns-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Algomaster - Master DSA Patterns Solutions

This repository contains my solutions to the Algomaster Master DSA Patterns problems on LeetCode. The goal of this repository is to systematically practice and master common Data Structures and Algorithms (DSA) patterns.

About

The Algomaster - Master DSA Patterns track is a curated set of problems on LeetCode designed to teach problem-solving using repeating DSA patterns. This repository contains my solutions for the exercices.

DSA Patterns Covered

Some of the patterns that will be included in this repository are: (remember, this is still a work in progress)

  • Two Pointers
  • Sliding Window
  • Fast & Slow Pointers
  • Merge Intervals
  • Cyclic Sort
  • In-place Reversal of Linked List
  • Top K Elements
  • Subsets / Combinations / Permutations
  • Modified Binary Search
  • Dynamic Programming Patterns
  • Graph Traversals (BFS / DFS)
  • Backtracking

Technologies

  • Language: C++
  • Platform: LeetCode
  • Version Control: GitHub

How to Use

  1. Clone the repository:
git clone https://github.com/pmacoutinho/leetcode-master-dsa-patterns-solutions.git

About

A repository with my solutions for the Algomaster - Master DSA Patterns leetcode questions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages