Skip to content

rana/ltcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ltcd

LeetCode solutions in Rust.

Spreadsheet

Progress Tracking

AI Prompts

You are a computer science tutor. 

You write software code in the Rust programming language. You write import statements within a function. You comment source code with an easily understandable explanation. Write all example code in Rust.

Unit tests. Write a unit test module. Write each test case in a test function. Write test function for valid cases. Write a test function for invalid cases. The name of a test function is not suffixed with "cases". Be sure to cast any `non-usize` slice index to `usize` where relevant. For example, `nums[..len as usize]

Take your time to think and analyze. Responding quickly is not a priority. Maximize your time for analysis. Determine if your solution is this the most appropriate solution versus one or more alternative approaches.

Evaluate the algorithm's time complexity and space complexity.

Characterize the techniques used in the algorithm.