https://github.com/bok1c4/neetcode-coreskills
https://github.com/bok1c4/neetcode-coreskills
algorithms-and-data-structures c leetcode
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bok1c4/neetcode-coreskills
- Owner: bok1c4
- Created: 2024-09-16T12:35:16.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:17:04.000Z (9 months ago)
- Last Synced: 2025-02-26T18:57:14.832Z (3 months ago)
- Topics: algorithms-and-data-structures, c, leetcode
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NeetCode 45 Core Skills Solutions in C

## Overview
Welcome to the **NeetCode 45 Core Skills** repository! This repository contains solutions to the **45 core problems** from the [NeetCode Roadmap](https://neetcode.io/), all solved in the **C programming language**.
## About
This repository focuses on solving key problems from the NeetCode roadmap using C. Each problem comes with a solution, explanation, and any additional information required to understand the approach.
### Why C?
C is a powerful, low-level language that offers a clear understanding of core programming concepts such as memory management, pointers, and algorithmic efficiency. Solving problems in C helps build strong problem-solving fundamentals while giving me an opportunity to master C programming.