hongwei-bai / leetcode-exercise-playground

leetcode-exercise-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leetcode-exercise-playground

leetcode-exercise-playground

This repository is a local playground for LeetCode exercises.

We implement basic data structure used in LeetCode like tree, ListNode and provide basic printing methods for debugs.

For example:

  1. Test passed colour schemes:

  2. Test failed colour schemes:

  3. Tree:

  4. ListNode (LinkedList)

  5. Array/List(Kotlin)

For programming languages, Java and Kotlin are supported for practices.

About

leetcode-exercise-playground

License:Apache License 2.0


Languages

Language:Java 78.7%Language:Kotlin 21.3%