-
Hi, folks! What do you think about idea to add the section with implementation of data structures on different languages? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, many programming languages come with various built-in data structures. I believe that some basic data structures do not need to be added to the project. However, for some advanced data structures, or common algorithm templates, such as union-find, monotonic stack, etc., they can be added to the project to help improve problem-solving efficiency. Currently, the project lacks this series of content, and if you are interested, you are welcome to join in maintaining and iterating improvements. |
Beta Was this translation helpful? Give feedback.
@rain84
Hello, many programming languages come with various built-in data structures. I believe that some basic data structures do not need to be added to the project. However, for some advanced data structures, or common algorithm templates, such as union-find, monotonic stack, etc., they can be added to the project to help improve problem-solving efficiency.
Currently, the project lacks this series of content, and if you are interested, you are welcome to join in maintaining and iterating improvements.