let's start Code

Showing posts with label Contest Problem. Show all posts
Showing posts with label Contest Problem. Show all posts

March Easy' 19

March Easy' 19 1. Permutations 2. Lost Numbe...
Share:

F1. Tree Cutting (Easy Version

F1. Tree Cutting (Easy Version) Topic: DFS Concept: প্রতিটা প্যারেন্ট এর চাইল্ড কোন কোন কালার আছে তার হিসাব রাখবো, যেমন প্রথম উদাহরনে - ১ নং নোডের চাইল্ড এর সংখ্যা হবে ১টা লাল, ২টা নীল , ১টা নরমাল। ২ নং নোডের চাইল্ড এর সংখ্যা হবে ১টা লাল, ১টা নীল , ২টা নরমাল। ৩ নং এর ১টা নরমাল (নিজের কালার)। ৪ নং নোডের চাইল্ড এর সংখ্যা হবে ১টা লাল ( এইটা বাদ...
Share:

E. Divisor Count of Odd Parity

E. Divisor Count of Odd Parity Topic: Divisor + parity Solution:  all possible solution at a time. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ...
Share:

Intra NSU Programming Contest Fall 2018 (Replay) - E

XOR on Pascal Topic : Xor + combinatorics + Bigmod Solution: This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn...
Share:

Intra NSU Programming Contest Fall 2018 (Replay) - G

Pota(t)o #include<bits/stdc++.h>using namespace std;#define MAX 2000100typedef long long ll;int main(){ /* #ifndef ONLINE_JUDGE    freopen("in.txt", "r", stdin);    freopen("out.txt", "w", stdout);  #endif*/    //double start_time = clock();    int t;   ...
Share:

About

let's start CODE

Popular Posts

Labels

Algorithm (31) Articulation Points and Bridges (2) Atcoder (3) BFS (6) Binary Search (2) Code Repository (71) Codechef (4) Codeforces (5) Contest Problem (5) Datastructure (27) Devskill (1) DFS (5) Dijkstra (2) Divide and Conquer (5) DP (22) DSU (4) Game Theory (1) GeeksForGeeks (8) Geometry (6) Graph Theory (20) Greedy (8) HackerEarth (4) Hackerrank (7) Home (1) ICPC (2) Kruskal (1) LeetCode (17) LightOJ (19) Math (5) MST (1) Number Theory (21) Online Judge (84) PDBS (2) Probability (1) Resource (7) Searching (1) Segment Tree (1) Sorting (6) Spoj (8) STL (9) String (11) Trie Tree (5) two pointer (1) Upsolve (3) USACO (3) UVA (15)

Categories