Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Choosing individuals from a population, by a fitness function

Why typical Array List implementations aren't double-ended?

Given a dictionary, find all possible letter orderings

Basic algorithm proof

Interesting NLP/machine-learning style project -- analyzing privacy policies

Is there such thing as a left-associative prefix operator or right-associative postfix operator?

parsing language-agnostic

Dividing an array into K subsets such that sum of all subsets is same using bitmasks+DP

Computing the distance between two points in polar coordinates using floating-point

Eliminating coupling out of classes that have strong conceptual bonds with each other

language-agnostic

Are there valid reasons to hold data internally as XML?

Data storage advice needed: Best way to store location + time data?

Best practice - When to evaluate conditionals of function execution

How to implement your own WHOIS server?

language-agnostic whois

How to name and organize unit tests that test a method with multiple parameters?

Datastructures where Add, Get kth largest are O(log n) and O(1)

Sensible strategy for unit testing expected and non-expected deadlock behavior

Universal hashing

language-agnostic hash

Circular dependency between "controller" and "gui"

Why are register-based virtual machines better than stack-based ones?

Find a monotonic shortest path in a graph in O(E logV)