Skip to content

Commit

Permalink
Added query processing algos
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshdalal committed Feb 7, 2016
1 parent 7d8392f commit 38c53ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Algorithms/Sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ We have lots of links to add here...it will be updated soon!
- [Article](http://neohumanism.org/l/la/lagged_fibonacci_generator.html)
- [Video](https://www.youtube.com/watch?feature=player_embedded&v=qdmH6slZ0ac)

### Query Processing
### Trees

*
* Andersson Tree
- [Article](http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_andersson.aspx)

* AVL Tree
Expand Down Expand Up @@ -409,7 +409,7 @@ We have lots of links to add here...it will be updated soon!
- [Article](http://www.geeksforgeeks.org/tournament-tree-and-binary-heap/)
- [Video](https://www.youtube.com/watch?v=H7rvz_WdV3U)

### Trees
### Query Processing

* Fenwick trees
- [Article](https://www.topcoder.com/community/data-science/data-science-tutorials/binary-indexed-trees/)
Expand Down
1 change: 1 addition & 0 deletions C_plus_plus/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ A curated list of C++ frameworks, libraries, resources, and shiny things.
* [Panda3D](http://www.panda3d.org/) - A framework for 3D rendering and game development for Python and C++. [BSD]
* [Skia](https://github.com/google/skia) - A complete 2D graphic library for drawing Text, Geometries, and Images. [BSD] [webpage](https://sites.google.com/site/skiadocs/home)
* [urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. [Many different, mostly MIT]
* [OpenGL](https://www.opengl.org/) :zap:

## Image Processing

Expand Down

0 comments on commit 38c53ba

Please sign in to comment.