Blog posts
Articles 6 / 37
648. Replace words solved in rust
Problem that needs the trie data structure to be efficiently solved.
846. Hand of Straights solved in rust
An interesting problem on how to allocate numbers in equal groups.
1002. Find Common Characters solved in rust
Counting letter frequency problem, with a little twist.
409. Longest Palindrome solved in rust
Couting letters, and forming the longest palindrome, interesting problem solved in rust.
260. Single Number III solved in rust
Continuation of bit manipulation problems to find the single numbers in an vector.
1442. Count Triplets That Can Form Two Arrays of Equal XOR solved in Rust
Today's problem we will count the triplet indexes that will form equal xor's using specific conditions.
Articles 6 / 37