Connect
Subscribe
Deor
Deor
deor.eth
fullstack + solidity engineer
Entries
Collection
Subscribe to Deor
Receive the latest updates directly to your inbox.
Subscribe
Subscribe
Solidity Trees: Binary Search Trees (Part 1)
Deor
March 15
This is the first part in a two part series about tree implementations in solidity. In this first part, we will be going over the basics of trees and implementing one of the most basic of trees, the binary search tree.
Creating a stack in solidity via a linked list.
Deor
February 20
Ok, cool. Now what are all these words. A stack? A linked list? Solidity?