Dominic Farolino

Results 72 issues of Dominic Farolino

See https://leetcode.com/problems/palindrome-linked-list/.

https://leetcode.com/problems/count-and-say/

https://leetcode.com/problems/maximal-square/description/

https://leetcode.com/problems/perfect-squares/

See `src/datastructures/BST/README.md`

good first bug

This repository has a lot of data structures (more coming!) and things like Leetcode algorithm solutions and documentation. There are some classic CS problems in here as well, like searching...

It would be nice if this repository, under `datastructures`, we had an implementation of a data structure that supports arbitrarily large integers. This should be relatively easy to implement, at...

For a lot of algorithms that use linked lists and binary trees, I often repeat the same `struct` for each respectively, set up an example, and then create the same...