[Go to site: main page, start]

Data-Structures-Java VS algodeck

Compare Data-Structures-Java vs algodeck and see what are their differences.

Data-Structures-Java

I've implemented a comprehensive set of generic data structures in Java, including arrays, linked lists, stacks, queues, trees, and more, ensuring versatility and efficiency in data handling. (by nisabmohd)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Data-Structures-Java algodeck
2 2
18 5,819
- 0.0%
2.6 3.3
about 3 years ago 6 months ago
Java HTML
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Data-Structures-Java

Posts with mentions or reviews of Data-Structures-Java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.

algodeck

Posts with mentions or reviews of algodeck. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-04.
  • 12 Months of Mandarin
    4 projects | news.ycombinator.com | 4 Oct 2024
    I started with these decks:

    https://github.com/teivah/algodeck

    https://github.com/teivah/designdeck

    Essentially I'd have a question like "invert a binary tree", "implement union-find", or "structure of a topological sort". All of these are small enough that I can keep them in my head.

    For small algorithms I would just regurgitate the code line-for-line in my head. For more complex ones I would just go over the structure (not actual code), e.g. I know that topological sort can use a stack or queue, you need to track indegree, add nodes to the stack/queue when their indegree == 1, and so on.

    I also used this to help learn (and really understand) common runtimes which helped me when deriving the runtimes of my own algorithms.

    Since I started with premade decks I had to look at lot of things up during my walks, but that slowed down as towards the end of my studying.

    I did all this to prep for interview (which I wrote about on my blog: https://sjer.red/blog/2024/job-hunt/) -- I would say it worked fairly well for me though you definitely need to pair it with LeetCode or similar.

  • 100+ Must Know Github Repositories For Any Programmer
    82 projects | dev.to | 17 Nov 2022
    7. Algo Deck

What are some alternatives?

When comparing Data-Structures-Java and algodeck you can also consider the following projects:

DSA-Bootcamp-Java - This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.

data-structures-and-algorithms-in-python - Data Structures and Algorithms (DSA) in Python

Data-Structures-and-Algorithms-in-Java-2nd-Edition-by-Robert-Lafore - Solutions of Data Structures and Algorithms in Java 2nd Edition by Robert Lafore. Adding practice problems and solutions.

dslib - :herb: A library of "connected" data structures

geekific-youtube - https://www.youtube.com/c/Geekific

leetcode-swift - TOP 200 #Dev 🏆 LeetCode, Solutions in  Swift, Shell, Database (T-SQL, PL/SQL, MySQL), Concurrency (Python3). @ S. Leschev. Google Engineering Level: L6+

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured