Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) What is the time and space complexities of merge sort and when is it preferred over quick sort?
1083Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
1098Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
1052
What is django template language?
Why do we use oops?
Is c the same as c++?
How to comment multiple lines in python?
Explain the advantages of cwinthread class.
Explain the architecture of Django?
How do you define a function in python 3?
What is c++ redistributable?
Do an action or make an action?
How do I change the site admin name?
Why malloc is faster than calloc?
What are unions in c?
Whats is a theme?
What is flask (__ name __)?
How to set and get config item value in codeigniter?