leetcode 54. Spiral Matrix https://leetcode.com/problems/spiral-matrix/
Student Engineer Interview Questions
1,503 student engineer interview questions shared by candidates
1.what is join in sql
you have amount, and coins, each coin can be of different value, you should count all possible way to pay the amount using the given coins
Design a class for a regular deck of cards that supports the following operations: shuffle, draw (from the top) and sort.
100 people in a circle with gun puzzle
write a method that gets 2 linked list and return true if the two linked list share the same elements, otherwise return false;
Write a function that receives a string and prints all its paradigms.
Given an array with three colors - blue red and green, sort the array so that at the beginning of the array all the blue cells are found and at the end of the array all the red cells are found.
Leet code question style medium.
what is the best data structure to save some strings if we want the make the searching quickly.
Viewing 711 - 720 interview questions