LICENSE
README.md
pyproject.toml
grindx/__init__.py
grindx/__main__.py
grindx/ai.py
grindx/app.py
grindx/clipboard.py
grindx/data.py
grindx.egg-info/PKG-INFO
grindx.egg-info/SOURCES.txt
grindx.egg-info/dependency_links.txt
grindx.egg-info/entry_points.txt
grindx.egg-info/requires.txt
grindx.egg-info/top_level.txt
grindx/problems/arrays.json
grindx/problems/backtracking.json
grindx/problems/basics.json
grindx/problems/binary-search.json
grindx/problems/bit-manipulation.json
grindx/problems/dynamic-programming.json
grindx/problems/graphs.json
grindx/problems/greedy.json
grindx/problems/heaps.json
grindx/problems/intervals.json
grindx/problems/linked-list.json
grindx/problems/math-geometry.json
grindx/problems/sliding-window.json
grindx/problems/sorting.json
grindx/problems/stacks-queues.json
grindx/problems/strings.json
grindx/problems/trees.json
grindx/problems/tries.json
grindx/problems/two-pointers.json
grindx/screens/__init__.py
grindx/screens/browser.py
grindx/screens/evaluate.py
grindx/screens/solve.py
grindx/screens/stats.py
grindx/screens/welcome.py
grindx/sheets/blind-75.json
grindx/sheets/grind-75.json
grindx/sheets/neetcode-150.json
grindx/sheets/striver-a2z.json
grindx/widgets/__init__.py
grindx/widgets/editor.py
grindx/widgets/items.py