Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

why IEEE floating point number calculate exponent using a biased form?

binary computer-science

Books for beginning type system theory [closed]

An understandable clusterization

Dynamic programming - Coin change decision

Can call-with-current-continuation be implemented only with lambdas and closures?

Is it possible to evaluate lambda calculus terms efficiently?

Computer Science for the elderly [closed]

why must return statement precede a throw statement in a catch block

c# computer-science

Why .Net dictionaries resize to prime numbers?

What is round-robin scheduling?

Why is an "unstable sort" considered bad

Balancing a Binary Tree (AVL)

Are there any Bitwise Operator Laws?

Would there ever be a reason to write code in pure binary?

How to compute the absolute minimum amount of changes to convert one sortorder into another?

Reduce the number of operations on a simple expression

How does the entropy of a string of English text signify low quality?

I'd like to get back to the basics of CS. Any suggestions for tutorials or application-minded reference material? [closed]

Transposition tables?

Why is {a^nb^n | n >= 0} not regular?