This repository contains my solutions to LeetCode problems, I'm starting my journey to become an embedded software engineer
arrays/
β Array-based problemslinked_list/
β Linked list and pointer-based problemsstrings/
β String manipulation problemsdynamic_programming/
β DP and recursionsorting_searching/
β Searching and sorting algorithmsutils/
β Reusable helper functions
- Two Sum
- Reverse Linked List
- Longest Increasing Subsequence
- Coin Change
- Word Break