Make author singular (#22)

This commit is contained in:
Angelos Chalaris
2022-02-23 15:21:56 +02:00
committed by GitHub
parent a1d93465fd
commit f049a05672
167 changed files with 167 additions and 171 deletions

View File

@ -2,7 +2,7 @@
title: JavaScript Data Structures - Binary Tree
type: story
tags: javascript,object,class,array
authors: chalarangelo
author: chalarangelo
cover: blog_images/purple-flower-macro-3.jpg
excerpt: A binary tree is a data structure consisting of a set of linked nodes representing a hierarchical tree structure, in which each node can have at most two children.
firstSeen: 2021-08-26T05:00:00-04:00