Post 1

less than 1 minute read

Published:

I am working on the project - Implementing and improving advanced data structures, with mentor Gagandeep Singh.

Currently I am working on improving the list data structure by adding more function and fixing issues. Further, functions are being created using the IntrinsicFunction architecture. This helps prevent registering new nodes in the grammar for each method.

Some PRs that I have worked on

  • 1676: Add list count
  • 1703: Add list index
  • 1758: Add list reverse
  • 1805: Add list pop

I am also working on issues related to other data structures such as dictionary, tuple, etc. raised on the repository.

In the next weeks, I plan to continue working on these features, and later implement other data structures.