Holy Theory v0.0.5 Update
Hello everyone!
The 0.0.5 version of the Holy Theory project is released. During this week I mostly was focusing on Data Structures, Big-O notation, and trainings. At the same time I started investigation of Eleventy project which helps to build static websites. This tool uses existing template engines like Nunjucs or Markdown that are extremely suitable in my case. So, probably during the next week I will try to migrate Holy Theory to this technology.
Changelog:
- update queue
- update stack
- update priority queue
- add plus/minus training in TypeScript
- add time conversion training in TypeScript
- add find the median training in TypeScript
- add merge two sorted liked lists training in TypeScript
- add queue using two stacks training in TypeScript
- add balanced brackets training in JavaScript
- add pairs training in TypeScript
- add tree data structure
- update hash table data structure
- add remove duplicate words training in TypeScript
- update stack data structure in Java
- add binary tree in order traversal in Java
- add primes upon to n training in Java
- add big o notation question
- add binary tree preorder traversal in Java
- add binary tree postorder traversal in Java
- add simple text editor training in JavaScript
The project link: https://github.com/AndersDeath/holy-theory
Thank you and have a great week!
- add simple text editor training in JavaScript