Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 784 Bytes

File metadata and controls

20 lines (17 loc) · 784 Bytes

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