Secure Graph is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Secure graph method
requires authorizations and visibilities. Secure graph also supports multivalued properties as well as property
metadata.
The Secure Graph API was designed to be generic, allowing for multiple implementations. The only implementation
provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.
| Data Structures and Algorithms in Java: A Project-Based Approach (2024) by Myers, Dan S. | |
| Think Data Structures: Algorithms and Information Retrieval in Java (2017) by Downey, Allen B. | |
| Beginning Java Data Structures and Algorithms: Sharpen your problem solving skills by learning core computer science concepts in a pain-free manner (2018) by Cutajar, James | |
| Data Structures and Algorithms in Java (2014) by Goodrich, Michael T., Tamassia, Roberto, Goldwasser, Michael H. | |
| Data Structures and Algorithms Made Easy in Java: Data Structure and Algorithmic Puzzles (2013) by Karumanchi, Narasimha | |
| Algorithms (4th Edition) (2011) by Sedgewick, Robert, Wayne, Kevin | |
| Data Structures and Algorithms in Java (2002) by Lafore, Robert | |