interview questions

Given parent node and child nodes, Construct the tree by linking all the nodes 

medium-level graph questions
Graph Traversal (BFS / DFS)
Number of Islands (LeetCode 200)
Count connected components in a grid (BFS/DFS/Union-Find).

Rotting Oranges (LeetCode 994)
Multi-source BFS.

Detect Cycle in Undirected Graph
Using BFS/DFS + parent tracking.

Detect Cycle in Directed Graph
Using DFS recursion stack or Kahn’s Algorithm (topological sort).

Align a given memory address to 4.


What do you know about NVIDIA?
Why is NVIDIA excelling in AI?
Name a few products by NVIDIA.

1 programming problem everyday.
1 topic, either from office (ufs, virtio, hypervisor) or self topics to revise.

do programming after 10:30pm to 1:00 am

Comments

Popular posts from this blog

dev_get_platdata understanding

Getting started with pinctrl subsystem linux

How to take systrace in android