Monthly Archives: June 2017

Working with the Trie data structure: Part 4

A Trie is a tree like data structure used for storing words in a way which facilitates fast look-ups. They prove very useful for handling dictionaries. In Part 1 we defined the trie data structure and started outlining the code for it. In this articles we are going to take a look at the basic operation we can do on a trie: Insert, Query…

1 Star2 Stars3 Stars4 Stars5 Stars (9 votes, average: 4.44 out of 5)
Loading...

Introducing ARKit

Apple has just released an augmented reality (AR) framework. This will allow millions of app developers to make AR experiences on iOS for hundreds of millions of devices – making ARKit + iOS the biggest AR platform. Even Pokemon GO will use it. Visual Inertial Odometry The magic that powers ARKit is called Visual Inertial Odometry – VIO from now on. It uses VIO to…

1 Star2 Stars3 Stars4 Stars5 Stars (13 votes, average: 4.38 out of 5)
Loading...
Subscribe
We send about one email per week with our latest tutorials and updates
Never display this again :)