code-examples/2025/01
Tomasz Polgrabia 1d997a3ece Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:23 +01:00
..
cracking_code_interview_16_8_english_int Some basic number description program (in english). 2025-01-03 12:43:00 +01:00
cracking_code_interview_16_20_t9 Implemented task per content. However, real T9 would guess fitting words also by frequency of usage #3. 2025-01-04 00:09:49 +01:00
cracking_code_interview_16_24_pairs_with_sum Pairs with sum solution (t16x24) #2. 2025-01-03 13:52:07 +01:00
cracking_code_interview_16_25_lru_cache Simple implementation for LRUCache (16.25) #2. 2025-01-03 20:28:06 +01:00
cracking_code_interview_17_7_baby_names Added implementation for 17.7 baby names frequencies. 2025-01-06 11:51:19 +01:00
cracking_code_interview_17_9_kth_multiple Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:23 +01:00