Skip to content

Here's the repository with my small C++ projects, implementing solutions for the most common logical problems from LeetCode.

Notifications You must be signed in to change notification settings

tymek300/LeetCodeCPlusPlus

Repository files navigation

Logic Problems in C++

This repository contains solutions to various logic problems implemented in C++. Each problem is contained in its own directory. Every of these problems could be found on LeetCode.

List of Problems

  • Problem 1: Two Sum
  • Problem 13: Roman to Integer
  • Problem 1337: The K Weakest Rows in a Matrix
  • Problem 1342: Number of Steps to Reduce a Number to Zero
  • Problem 1672: Richest Customer Wealth
  • Problem 2: Add Two Numbers
  • Problem 234: Palindrome Linked List
  • Problem 3: Longest Substring Without Repeating Characters
  • Problem 383: Ransom Note
  • Problem 389: Find the Difference
  • Problem 412: Fizz Buzz
  • Problem 876: Middle of the Linked List
  • Problem 880: Decoded String at Index
  • Problem 905: Sort Array By Parity

About

Here's the repository with my small C++ projects, implementing solutions for the most common logical problems from LeetCode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages