Skip to content

GenzelD/leetcode-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

LeetCode Solutions in C

This repository contains my solutions to LeetCode problems, I'm starting my journey to become an embedded software engineer


πŸ—‚ Structure

  • arrays/ β†’ Array-based problems
  • linked_list/ β†’ Linked list and pointer-based problems
  • strings/ β†’ String manipulation problems
  • dynamic_programming/ β†’ DP and recursion
  • sorting_searching/ β†’ Searching and sorting algorithms
  • utils/ β†’ Reusable helper functions

βœ… Progress Tracker

  • Two Sum
  • Reverse Linked List
  • Longest Increasing Subsequence
  • Coin Change
  • Word Break

About

The start of my C leetcode journey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages