Commit Graph

107 Commits (6b89476e2679920affec7271f9b12c0350edaabf)

Author SHA1 Message Date
Tomasz Polgrabia 6b89476e26 Added intersection code for c++. 2025-02-09 23:28:02 +01:00
Tomasz Polgrabia 12f5d3edf8 Added first working solution. 2025-02-09 21:58:36 +01:00
Tomasz Polgrabia 69ec4d2e56 Initial reading input. 2025-02-09 21:41:20 +01:00
Tomasz Polgrabia 3c06d3fd45 Initial makefile. 2025-02-09 20:46:22 +01:00
Tomasz Polgrabia 9002bf7afb Looks like removing top works. 2025-02-09 01:52:37 +01:00
Tomasz Polgrabia dc1fa3f381 Added hoare algorithm. 2025-02-08 22:25:16 +01:00
Tomasz Polgrabia be71494725 Cleaning improved when quitting. 2025-02-06 21:22:14 +01:00
Tomasz Polgrabia 22c097789f Added heap binomial adding. 2025-02-06 19:50:25 +01:00
Tomasz Polgrabia 474953e5ec Added heap skewed. 2025-02-05 21:16:48 +01:00
Tomasz Polgrabia 89750a7c66 Added heap left skewed. 2025-02-05 20:58:09 +01:00
Tomasz Polgrabia 75fdd10b65 Updating license. 2025-02-01 23:36:12 +01:00
Tomasz Polgrabia 274fb81b71 Adding nerdtree vim plugin. 2025-02-01 12:53:36 +01:00
Tomasz Polgrabia a6875cccd2 Safe loading mason. 2025-02-01 12:50:09 +01:00
Tomasz Półgrabia 0ad0eb46c7 Adding nvim configuration to repo. 2025-02-01 12:30:30 +01:00
Tomasz Polgrabia c6572f1df5 BTree creat/destroy node. 2025-02-01 11:36:28 +01:00
Tomasz Polgrabia 934db013a2 Preparing changes for btree add (defs + add stub). 2025-02-01 01:41:26 +01:00
Tomasz Polgrabia 3b05dff9a2 Added more test cases for zig bipartition algorithm. 2025-02-01 01:02:19 +01:00
Tomasz Polgrabia de09e40bc9 Fixed zig formatting (via auto zig formatter). 2025-02-01 00:55:11 +01:00
Tomasz Polgrabia 7b3f9036a5 Added zig plug. 2025-02-01 00:50:30 +01:00
Tomasz Polgrabia 46ffbbd575 Some small changes. 2025-02-01 00:00:22 +01:00
Tomasz Polgrabia 4b6f67f6dd Some small changes. 2025-01-31 23:16:59 +01:00
Tomasz Polgrabia 0bc2e27bbd Added vim-plug bundle. 2025-01-31 23:03:26 +01:00
Tomasz Polgrabia bbc653f83a Vim scripts. 2025-01-31 22:52:47 +01:00
Tomasz Półgrabia 9f7d577915 Vim config. 2025-01-31 22:39:27 +01:00
Tomasz Polgrabia 44949510e6 Passing array (not slice) as parameter. 2025-01-31 13:05:08 +01:00
Tomasz Polgrabia 13f7c3a822 Zig basic project - bipartition. 2025-01-31 11:46:43 +01:00
Tomasz Polgrabia adb9a6e44c Some basic algorithms in various languages. 2025-01-31 10:17:21 +01:00
Tomasz Polgrabia 7042509db7 Simple go http server. 2025-01-27 22:24:37 +01:00
Tomasz Polgrabia 5c26c09815 Some basic emeditor scripts for formatting json and running builds. 2025-01-27 00:58:20 +01:00
Tomasz Polgrabia 093615aeab Further refactorings of the client, vertx libs version upgraded. 2025-01-24 01:17:38 +01:00
Tomasz Polgrabia 74c1f2d94e Small refactorings for client & server. 2025-01-24 00:30:26 +01:00
Tomasz Polgrabia 001fe270c1 Small refactorings for client. 2025-01-23 23:16:56 +01:00
Tomasz Półgrabia 4e6a49b0f5 Kotlin project with kotlin DSL gradle build. 2025-01-21 21:28:30 +01:00
Tomasz Półgrabia b6e29e5f09 Added task to list deps. 2025-01-20 22:53:37 +01:00
Tomasz Półgrabia dd3408f122 Added idea way to fetch javadocs and sources. 2025-01-20 22:11:21 +01:00
Tomasz Półgrabia 5e95d24fa7 Small refactoring. 2025-01-20 22:05:42 +01:00
Tomasz Półgrabia 48a1db31bc Basic kotlin project. 2025-01-20 21:45:31 +01:00
Tomasz Półgrabia 27b2b1b11e Basic args rust parsing. 2025-01-13 22:02:47 +01:00
Tomasz Polgrabia 67c1a42044 Added basic intellij idea plugin 2025-01-09 00:47:21 +01:00
Tomasz Polgrabia fea63c75f9 Added naive implementation for 2s task. 2025-01-07 13:27:21 +01:00
Tomasz Polgrabia 4ec716caa4 Added correct implementation. 2025-01-06 22:02:05 +01:00
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
Tomasz Polgrabia 7f3f5bc070 Added implementation for 17.9 for kth multiples. Used Eratosthenes method which is less than desirable. 2025-01-06 12:22:04 +01:00
Tomasz Polgrabia 4ee25739a7 Added implementation for 17.7 baby names frequencies. 2025-01-06 11:51:19 +01:00
Tomasz Polgrabia efbfe88a7c 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
Tomasz Polgrabia 0ebf8839e9 Implemented task per content. However, real T9 would guess fitting words also by frequency of usage. 2025-01-03 23:40:40 +01:00
Tomasz Polgrabia 39e5abc769 Added basic implementation of rst tree. Now TODO main part - T9 dictionary for 0-9 mapping. 2025-01-03 22:38:14 +01:00
Tomasz Polgrabia 50cc9b8f5b Simple implementation for LRUCache (16.25) #2. 2025-01-03 20:28:06 +01:00
Tomasz Polgrabia 9edde0b72e Simple implementation for LRUCache (16.25). 2025-01-03 15:28:13 +01:00
Tomasz Polgrabia a8177bcc59 Pairs with sum solution (t16x24) #2. 2025-01-03 13:52:07 +01:00