T
@thang_nguyen
Find a number in an array for which sum of all elements to its left= sum of all elements to its righ
C
reverse an array
C
Find the number of '5''s in a rolling window of size 10. Flag an error when the count>4
C
shortest path algorithm: given starting point and destination point in a 2D matrix, get the shortest
C
recursive function to generate a given sequence
C
optimized way to generate Fibonacci's sequence
C
dictionary, swap values
Python
Design a 3 bit shift register in verilog RTL ?
C
delete repeat words
C
Reverse a linked list.
C
Implement basic logic gates using a MUX and NAND
C
FSM to check if a number is divided by 5.
C
Implement a LRU cache
C
get all even bits of a number
C
reverse bits of a number
C
Search in rotated array
C
Power of a number
C
Reverse words in a sentence
C
Number of 1’s in the binary representation of a number
C
delete repeated element in an array
C