All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:50, 14 April 2025 HDPelmenRussianEdition talk contribs created page RottenTree (Created page with "= RottenTree = RottenTree - is an esoteric data structure very similar to a regular tree. A special feature of "RottenTree" is that the pointer to the left and right branches is nullptr. ====Implementation "RottenTree" in c++==== struct RottenTree { int VAL; RottenTree *LEFT = nullptr; RottenTree *RIGHT = nullptr; };")
- 14:31, 14 April 2025 HDPelmenRussianEdition talk contribs created page User talk:HDPelmenRussianEdition (Created page with "= RottenTree = RottenTree - is an esoteric data structure very similar to a regular tree. A special feature of "RottenTree" is that the pointer to the left and right branches is nullptr. ====Implementation "RottenTree" in c++==== struct RottenTree { int VAL; RottenTree *LEFT = nullptr; RottenTree *RIGHT = nullptr; };")
- 12:18, 14 April 2025 User account HDPelmenRussianEdition talk contribs was created