LLM for Coding Benchmarks and Datasets
LiveCodeBench, SWEBench, Aider Polyglot, BBH, HumanEval, MBPP, Common Crawl (Time Span, Dataset Size, Data Format, LLM Testing Capability)

Search for a command to run...
LiveCodeBench, SWEBench, Aider Polyglot, BBH, HumanEval, MBPP, Common Crawl (Time Span, Dataset Size, Data Format, LLM Testing Capability)

Turning a base model into a reasoning model is essentially a post-training + data problem

Explained with a simple mathematical formula for the loss function

If LLM is compared to a person, then the early training is like general education, and the later training is like vocational training.

Unavoidable O(n²) - Optimal Solution in Python, Java, Golang, C, C#, C++

Sliding window+Hashmap, Optimal Python Solution | TC O(n) SC O(1)

Problem Description LeetCode 2044: Count Number of Maximum Bitwise-OR Subsets Given an integer array nums, we need to: Find the maximum possible bitwise OR of any subset of nums Return the count of different non-empty subsets that achieve this max...

Problem Description LeetCode 2210 asks us to count the number of hills and valleys in an array. A hill is an element that is strictly greater than its neighbors, while a valley is an element that is strictly smaller than its neighbors. The key challe...

Problem Description 1695. Maximum Erasure Value This problem asks us to find the maximum sum of a contiguous subarray where all elements are unique (no duplicates). We need to identify the subarray with unique elements that has the largest sum and ...
