Skip to content

The following repository contains 100 problem solution of leetcode problems

Notifications You must be signed in to change notification settings

MimoHasPurpose/competitive-coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive-coding

Challenge -1

  • 100DaysOfLeetcode

LeetCode Logo

I will add solutions of 100 problems in leetcode for 100 days, the challenge is also shared on linkedin.

Authors

template

#include<bits/stdc++.h>
using namespace std;
int main(){
    
}
Running cpp code
g++ -o output.main filename.cpp

Setup for sublime text:

if u wanna setup sublime for cpp:

  • copy this as a new build system:
{
"cmd" : ["g++ -std=c++14 $file_name -o $file_base_name && timeout 4s ./$file_base_name<inputf.in>outputf.in"], 
"selector" : "source.c",
"shell": true,
"working_dir" : "$file_path"
}

run 3 tabs: alt+shift+3 main.cpp, inputf.in outputf.in

  • in main.cpp : ctrl+shift+B

Game theory:

About

The following repository contains 100 problem solution of leetcode problems

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •