Quantcast
Channel: stoimen's web log » Environment
Browsing all 5 articles
Browse latest View live

Google Closure Compiler doesn’t work?!

What are these strange java errors? No, it works but maybe the problem is you current Java version. The Google Closure Compiler requires 1.6 and most commonly you’re runing on 1.5 therefore it produces...

View Article



Image may be NSFW.
Clik here to view.

Computer Algorithms: Binary Search Tree

Introduction Constructing a linked list is a fairly simple task. Linked lists are a linear structure and the items are located one after another, each pointing to its predecessor and its successor....

View Article

Image may be NSFW.
Clik here to view.

Computer Algorithms: Balancing a Binary Search Tree

Introduction The binary search tree is a very useful data structure, where searching can be significantly faster than searching into a linked list. However in some cases searching into a binary tree...

View Article

Image may be NSFW.
Clik here to view.

Computer Algorithms: Kruskal’s Minimum Spanning Tree

Introduction One of the two main algorithms in finding the minimum spanning tree algorithms is the algorithm of Kruskal. Before getting into the details, let’s get back to the principles of the minimum...

View Article

Image may be NSFW.
Clik here to view.

Computer Algorithms: Prim’s Minimum Spanning Tree

Introduction Along with the Kruskal’s minimum spanning tree algorithm, there’s another general algorithm that solves the problem. The algorithm of Prim. As we already know the algorithm of Kruskal...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images