Skip to content

Instantly share code, notes, and snippets.

View pradeexsu's full-sized avatar
:octocat:
open source

Pradeep Suthar pradeexsu

:octocat:
open source
View GitHub Profile
@pradeexsu
pradeexsu / markdown-details-collapsible.md
Created September 13, 2021 06:45 — forked from pierrejoubert73/markdown-details-collapsible.md
How to add a collapsible section in markdown.

A collapsible section containing markdown

Click to expand!

Heading

  1. A numbered
  2. list
    • With some
    • Sub bullets
#include "bits/stdc++.h"
using namespace std;
using ll = long long;
bool is_valid(string &p, string &s, int i, int j){
if(j==s.size() and i==p.size()){
return true;
}
autoplay in app