Originally posted here.
Sl | Problem | Solution |
---|---|---|
1 | Two Sum | Solution |
2 | Best Time to Buy and Sell Stock |
import pandas as pd | |
df = pd.DataFrame({ | |
"Column1": [1, 2, 3, 4, 5, 6, 7, 8], | |
"Column2": [9, 10, 11, 12, 13, 14, 15, 16], | |
"Column3": [17, 18, 19, 20, 21, 22, 23, 24], | |
"Column4": [25, 26, 27, 28, 29, 30, 31, 32], | |
"Column5": [33, 34, 35, 36, 37, 38, 39, 40], | |
"Column6": [41, 42, 43, 44, 45, 46, 47, 48], | |
"Column7": [49, 50, 51, 52, 53, 54, 55, 56], |
Originally posted here.
Sl | Problem | Solution |
---|---|---|
1 | Two Sum | Solution |
2 | Best Time to Buy and Sell Stock |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>jQuery Todo App</title> | |
<link data-require="[email protected]" data-semver="4.1.3" rel="stylesheet" | |
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" /> | |
<script data-require="[email protected]" data-semver="4.1.3" | |
src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script> |
#gdpr { | |
position: fixed; | |
left: 0; | |
bottom: 0; | |
width: 100%; | |
background-color: #e6e6e6; | |
opacity: 0.85; | |
text-align: center; | |
} |
C++ 1 hr 37 mins ββββββββββββ 57.0% | |
CMake 51 mins ββββββββββββ 30.2% | |
Markdown 9 mins ββββββββββββ 5.5% | |
Bash 6 mins ββββββββββββ 3.7% | |
Text 3 mins ββββββββββββ 2.2% |