Skip to content
#

binary-trees

Here are 303 public repositories matching this topic...

A library of cross platform C# data structures. Generic B-tree written in C#, which can be replaced with NoSQL database stored in the memory of discharge requirements in real-time (Firebase, Redis Cache, SAP HANA, Exadata, OLTP, etc.).

  • Updated May 2, 2017

My code solutions and other materials for the November 2017 - Febuary 2018 CodePath Alumni Professional Interview Prep course -- see the README for descriptions and links

  • Updated Feb 21, 2018
  • Python
jblachly
jblachly commented Aug 21, 2020

Source of really hard to track down bugs.

Currently, all three tree implementations manage their own memory. Being containers, they copy in whatever object is passed to them. If this has, say, a string, with a pointer to the GC heap it may be reaped when its original reference goes out of scope, even though the tree holds on to it. Potential disaster. Of course this can be avoided by passing on

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the binary-trees topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the binary-trees topic, visit your repo's landing page and select "manage topics."

Learn more