use support matrix for features
This commit is contained in:
parent
264cceba13
commit
6bc4f38ebb
1 changed files with 7 additions and 5 deletions
10
ReadMe.md
10
ReadMe.md
|
@ -1,12 +1,14 @@
|
|||
# Pseudolike
|
||||
**_Deal with the advanced data structures like how the IB® official pseudocode does._**
|
||||
|
||||
The International Baccalaureate® provides a pseudocode offering convenient methods simplifying the use of advanced data structures. This repository aims to bring that to other higher-level programming languages where it never existed through manipulating built-in properties.
|
||||
The International Baccalaureate® provides a pseudocode offering convenient methods simplifying the use of advanced data structures. This repository aims to simulate that in other higher-level programming languages where it never existed through manipulating built-in properties.
|
||||
|
||||
## Features
|
||||
- [ ] queues
|
||||
- [ ] stacks
|
||||
- [ ] collections
|
||||
| Data Structure | JavaScript | Python |
|
||||
| -----------: | :--------------: | :-------------------------: |
|
||||
| Queue | ✓ | 🚧 |
|
||||
| Stack | ✓ | 🚧 |
|
||||
| Collections | 🚧 | 🚧 |
|
||||
|
||||
For documentation, kindly refer to the [IB Pseudocode rules](https://ib.compscihub.net/wp-content/uploads/2015/04/IB-Pseudocode-rules.pdf).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue