OyaCode

OyaCode

Talk is cheap, show me the code.

Binary Tree Serialization

[!note]This post is using web parser project called Nearlay to verify the parsing process. You ca...

Simple JSON CFG in Nearlay

@builtin "whitespace.ne" @builtin "string.ne" @builtin "number.ne" ...

Detect Cycle in Linked List

ProofsDefinitions$A$: Beginning of the linked-list$B$: Intersection point of the circle$M$: Meeti...

VS Code Customization for Python Project

Why I Need CustomizationI use my own command to enable conda inside my PowerShell:Use-Conda # ...

C++ Class Constructors

Type of Class ConstructorThere are 4 general type of constructor.ConstructorDefault ConstructorCo...