PrevNext
Rare
 0/4

Euler's Formula

Author: Benjamin Qi

A formula for finding the number of faces in a planar graph.

Introduction

This section is not complete.

Feel free to file a request to complete this using the "Contact Us" button.

Example 1

StatusSourceProblem NameDifficultyTagsSolution
DMOJVery Hard

This section is not complete.

Feel free to file a request to complete this using the "Contact Us" button.

Example 2

StatusSourceProblem NameDifficultyTagsSolution
PlatVery HardExternal Sol

This section is not complete.

Feel free to file a request to complete this using the "Contact Us" button.
int N, h[750][750];
ll ans;
vector<pair<int,pi>> v;
int hsh(int a, int b) {
return N*a+b;
}
const int xd[4] = {1,0,-1,0}, yd[4] = {0,1,0,-1};

Problems

StatusSourceProblem NameDifficultyTagsSolution
KattisVery HardView Solution
CFVery HardCheck CF

Give Us Feedback on Euler's Formula!

Module Progress:

PrevNext