Define a class which fit following conditions 1. initialize this class to contain the input string, which includes various numbers with delimiter "#". Following is an example: "100#3#18#11#123#500#96" 2. this class provides following 3 functions and output type should be integer: max: return the maximum number from the input string min: return the minimum number from the input string median: return the median number from the input string The input will be a string as following example:"100#3#18#11#123#500#96" The output should be an the integer sequence by the ordering: max, median and min separated by a dash, following is the example: 500-96-3 - Examples Input: "1#2#3" Output: 3-2-1 Input: "4#2#3#1" Output: 4-2-1
Backend Engineer Interview Questions
14,346 backend engineer interview questions shared by candidates
explain oops concept ,dsa ,logic based questions
Años de experiencia con nodejs.
- DSA questions with arrays and objects.
What tools do you use to learn? What technologies would you like to learn?
Basics of objects oriented programming
STRSTR
Round 1 1 Strstr() 2 find top k frequency number Round 2 1 sort color 2 find next node in bst with parent pointer and without parent pointer
explain about the time of complexity
Create a linked list using any language (pseudocode)
Viewing 201 - 210 interview questions