T
@thang_nguyen
Live Coding Challenge (Data Structures) We need create a telephone book
C
Live Coding Challenge (C) - Write code for a simple I2C driver (Tesla)
C
Find all palindrome substrings
C
Mirror binary tree nodes
C
Determine if two binary trees are identical
C
Merge two sorted linked lists
C
Clone a Directed Graph
C
Merge overlapping intervals
C
Use two threads to print numbers from 1 to n.
C
Find the mode of all the elements stored in an integer array.
C
Collapse a binary search tree into a sorted list.
C
Detect if there’s a circular loop present in a linked list.
C
Find the maximum sum of a subarray.
C
Implement AND and OR using 2:1 mux
C
There are three arrays of size 0 to N. Write a program in C
C
There is a memory with address locations in the range 0 to N
C
1 unit with 9ns delay vs 3 units with delays 2ns, 4ns, 3ns. Which has better throughput and how much
C
different methods for floating point multiplication.
C
2D array containing image data, how will you rotate the matrix to rotate the image by 90 degrees clo
C
finding minimum gates required for a given truth table
C