Adjacency Matrix , When?

When to use Adjacency Matrix ? -> If two nodes connected or not TC - O(1) If we do it by adjacency list or edge list we have to use loop . The complexity will become O(N) . ...
0 Read More

Accountable Privacy in Web3 (3/4)

Accountable Privacy in Web3 (3/4)
Now that we've covered the key cryptographic concepts in Web3, let's try and implement them in code! We'll start the article by setting up an Elliptic Curve, a key primitive in many modern encryption ...
0 Read More