Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Solving a recurrence: T(n)=3T(n/2)+n

max floating point value [duplicate]

Are there more 0s or 1s? [closed]

computer-science

Data structures and algorithms book for the practitioner not for the academic [closed]

What is a writable API?

computer-science

ID3 and C4.5: How Does "Gain Ratio" Normalize "Gain"?

how to fix slow kmeans of opencv

How many leaves has a quadtree?

Epsilon closure & automata

What are the techniques for word recognition in a sound stream?

Efficient node traffic allocation

How can I delete a graph in the smallest number of steps?

How can I modify the breadth-first search algorithm to also include the solution path?

If f(n) = o(g(n)) , then is 2^(f(n)) = o(2^(g(n)))?

Machine code to execution, what is going on?

computer-science

How to correct my Naive Bayes method returning extremely small conditional probabilities?

Does Fourier Series have any application related to computer science?

What is an individual instance of a data type called? [closed]