Skip to content

karthik018/Leetcode-Topicwise-Solutions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Topicwise Solutions

Solutions to Topicwise Problems in Leetcode

Introduction

Hi guys!
Lockdown gave me an ample time to start solving problems on Leetcode. I have chosen C++ as my preferable language. I will be uploading the solutions to these questions (best of my knowledge).

Array

# Title Solution Difficulty Time Complexity Space Complexity
1431 Kids with the greates number of Candies C++ Easy O(N) O(N)
1313 Decompress Run-Length Encoded List C++ Easy
1365 How Many Numbers Are Smaller Than the Current Number C++ Easy
1409 Queries on a Permutation With Key C++ Medium
1395 Count Number of Teams C++ Medium
1395 Count Number of Teams C++ Medium

About

This repository contains solutions to problems in Leetcode Topicwise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.1%
  • Java 4.9%