What is the smallest real number?
List Bloc QA Latest Questions
How do I write a program to find the greatest number among four numbers, without using if statements and array type variables?
Stack is which kind of priority queue, ascending or descending?
What is the inside-out approach to problem solving?
While studying Data Structures and Algorithm, what are the things to be studied when the exam (1st year, Semester Exam) is after one day?
How much programming should you know before learning DS & Algo?
How does the matching program work, to get into a specific field during the USMLE?
What is recursion? Write a programme to find the factorial of a number using recursion in C.
How do I pass array elements to a pointer variable in a function?
What is most important for software companies: open-source, extracurricular projects, or algorithmic skills (competitive programming skills)?
Can anyone write a code in c language to implement a dictionary as a part of data structures project?
How can RSS help in solving modern days problem?
How do I apply brute force, not using a wordlist, but by trying all possibilities of passwords until I succeed by using a server?
Can anyone give me some tutorial about JBIG2 compression algorithm or implementation?
Where do we use the Nelder-Mead algorithm in real life?
How do I solve the 0/1 knapsack problem using FIFO branch and bound?
What’s the longest length of distance you can walk at on a tall thing?
How is a beginner programmer able to use memory for preparing a data-structure, and after that how does he/she use that data-structure to build an application?
What is bit round fair queuing?
Do game designers need to understand the differences in computational complexity, like NP-hard or PSPACE-complete?