From 6bc4f38ebbc6f8ae0621df8f3a8e7cc1a7905f13 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:47:16 +0800 Subject: [PATCH] use support matrix for features --- ReadMe.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index fbd3c64..e656070 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,17 +1,19 @@ # 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). ## Usage -To get started, you can download this repository, copy the necessary folder for your programming language, and import the class “IPseudoADS” or its contained classes. +To get started, you can download this repository, copy the necessary folder for your programming language, and import the class “IPseudoADS” or its contained classes. ## Contributions For any issues, you are open to make one at [the issues section](https://github.com/buzz-lightsnack-2007/pseudolike/issues).