Top "Runtime" questions

Runtime is the time during which a program is running (executing)

Graph Implementations: why not use hashing?

I'm doing interview prep and reviewing graph implementations. The big ones I keep seeing are adjacency list and adjacency matrices. …

algorithm graph runtime adjacency-list
Android: thread exiting with uncaught exception (group=0xb0f03648).nullpointerexception

I am new to android programming. I tried to execute a simple app from one of the tutorials and it …

android nullpointerexception runtime uncaught-exception