coding_pk

Crates.iocoding_pk
lib.rscoding_pk
version0.13.0
sourcesrc
created_at2023-11-05 14:27:00.157463
updated_at2024-01-19 08:50:29.441815
descriptionA simple pk for coding solution
homepagehttps://github.com/chengr4/coding-with-rust
repositoryhttps://github.com/chengr4/coding-with-rust
max_upload_size
id1026014
size19,358
Eddie Cheng R4 (chengr4)

documentation

README

Coding with Rust

Two Pointers

  • Leetcode 283: Move Zeroes (easy)
  • Leetcode 11: Container With Most Water (medium)
  • Leetcode 15: 3Sum (medium)

Hash Map

  • Leetcode 1: Two Sum (easy)
  • Leetcode 49: Group Anagrams (medium)

String

DFS

  • Leetcode 94: Binary Tree Inorder Traversal (easy)

DP

  • Leetcode 70: Climbing Stairs (easy)
  • Leetcode 64: Minimum Path Sum (medium)

Linked List

  • Leetcode 21: Merge Two Sorted Lists (easy)
  • Leetcode 206: Reverse Linked List (easy)

Heap

  • Leetcode 215: Kth Largest Element in an Array (medium)

Stack

  • Leetcode 394: Decode String (medium)

Sliding Window

  • Leetcode 3: Longest Substring Without Repeating Characters (medium)
Commit count: 22

cargo fmt