Skip to content

Instantly share code, notes, and snippets.

View DARK-art108's full-sized avatar
πŸš€
On Top :)

Ritesh Yadav DARK-art108

πŸš€
On Top :)
View GitHub Profile
@DARK-art108
DARK-art108 / Linked_List.cpp
Created October 29, 2020 15:15
Singly Linked List Implementation in C++
#include<bits/stdc++.h>
#include <ext/pb_ds/assoc_container.hpp>
using namespace __gnu_pbds;
using namespace std;
#define ff first
#define ss second
#define in cin
#define out cout
#define int long long