studiosi
|
b4a46bece7
|
Solved: 40 - Optional
|
2026-08-22 09:54:50 +03:00 |
|
studiosi
|
75221d0124
|
Solved: 39 - If Constexpr
|
2026-08-22 09:37:46 +03:00 |
|
studiosi
|
9d2ba83869
|
Solved: 38 - Make Unique
|
2026-08-22 09:22:32 +03:00 |
|
studiosi
|
40387c9218
|
Solved: 37 - Generic Lambdas
|
2026-08-22 09:09:20 +03:00 |
|
David Gil de Gómez Pérez
|
9928855c1e
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# modules/10_cpp14/src/digit_separators.cpp
|
2026-08-18 10:07:58 +03:00 |
|
David Gil de Gómez Pérez
|
68fc104f31
|
Solved: 36 - Digit Separators
|
2026-08-18 10:07:41 +03:00 |
|
David Gil de Gómez Pérez
|
d05a9f44fa
|
Solved: 36 - Digit Separators
|
2026-08-18 10:07:24 +03:00 |
|
David Gil de Gómez Pérez
|
a72d03277e
|
Solved: 35 - Auto Return
|
2026-08-18 09:59:56 +03:00 |
|
studiosi
|
0a0c430ebe
|
Solved: 34 - Smart Pointers
|
2026-08-18 07:03:07 +03:00 |
|
studiosi
|
d26d32a245
|
Solved: 33 - Move Semantics
|
2026-08-18 06:58:05 +03:00 |
|
studiosi
|
2ec26ecd04
|
Solved: 32 - Constexpr and Nullptr
|
2026-08-17 21:38:41 +03:00 |
|
studiosi
|
8807a9228c
|
Solved: 32 - Constexpr and Nullptr
|
2026-08-17 21:35:13 +03:00 |
|
studiosi
|
3131313253
|
Solved: 32 - Auto and Range For
|
2026-08-17 21:30:16 +03:00 |
|
studiosi
|
8319d391be
|
Solved: 31 - Transform and Reduce
|
2026-08-17 21:14:50 +03:00 |
|
studiosi
|
5867900588
|
Solved: 30 - Sort and Find
|
2026-08-17 20:59:45 +03:00 |
|
David Gil de Gómez Pérez
|
5fa04b30c7
|
Solved: 29 - Iterators
|
2026-08-17 13:42:40 +03:00 |
|
studiosi
|
7a8e430982
|
Solved: 28 - Algorithm Lambdas
|
2026-08-16 12:15:10 +03:00 |
|
studiosi
|
5f4bbc0918
|
Solved: 27 - Unordered Containers
|
2026-08-16 10:57:20 +03:00 |
|
studiosi
|
4314f9126a
|
Fixed: 26 - Sequential Containers
|
2026-08-16 10:10:37 +03:00 |
|
studiosi
|
00a5178b01
|
Updated: 25 - Container Adapters
|
2026-08-16 09:41:15 +03:00 |
|
studiosi
|
362ef757b3
|
Solved: 25 - Container Adapters
|
2026-08-16 09:02:44 +03:00 |
|
studiosi
|
dd981b5968
|
Solved: 23 - Associative Containers
|
2026-08-15 21:04:29 +03:00 |
|
studiosi
|
7a44e8fbc2
|
Solved: 22 - Polymorphism
|
2026-08-15 21:00:19 +03:00 |
|
studiosi
|
a33ef36d8e
|
Solved: 21 - Inheritance
|
2026-08-15 20:58:48 +03:00 |
|
studiosi
|
61d91878b9
|
Solved: 20 - Constructors
|
2026-08-15 20:56:31 +03:00 |
|
studiosi
|
564cc1b765
|
Solved: 20 - Classes and Objects
|
2026-08-15 17:43:30 +03:00 |
|
studiosi
|
8b82257ed6
|
Solved: 19 - References
|
2026-08-15 17:24:26 +03:00 |
|
studiosi
|
9676acc893
|
Solved: 18 - Pointer Basics
|
2026-08-15 17:20:47 +03:00 |
|
studiosi
|
d9e08afbcb
|
Solved: 17 - Pointer Arithmetic
|
2026-08-15 17:12:19 +03:00 |
|
studiosi
|
7ddd9f1bc3
|
Solved: 16 - Dynamic Memory
|
2026-08-15 17:04:40 +03:00 |
|
studiosi
|
ec1c1f1ce7
|
Merge remote-tracking branch 'origin/main'
|
2026-08-15 16:56:00 +03:00 |
|
studiosi
|
8688803952
|
Solved: 15 - STD String
|
2026-08-15 16:55:46 +03:00 |
|
David Gil de Gómez Pérez
|
f2495e1fb5
|
Updated: 13 - C Arrays
Using Compiler Explorer, increased the efficiency of reverse_array by removing the lambda.
|
2026-08-13 12:55:38 +03:00 |
|
studiosi
|
1aacfbbd1a
|
Solved: 14 - Multidimensional
|
2026-08-12 21:55:27 +03:00 |
|
studiosi
|
925d766bcf
|
Solved: 13 - C Arrays
|
2026-08-12 21:27:42 +03:00 |
|
David Gil de Gómez Pérez
|
97e72b545f
|
Update: 12 - Recursion
|
2026-08-12 17:40:20 +03:00 |
|
David Gil de Gómez Pérez
|
e6bdb3bdd8
|
Solved: 12 - Recursion
|
2026-08-12 17:30:55 +03:00 |
|
David Gil de Gómez Pérez
|
11af4914ad
|
Solved: 11 - Overloading
|
2026-08-12 17:09:48 +03:00 |
|
David Gil de Gómez Pérez
|
bee8344fdf
|
Solved: 10 - Function Basics
|
2026-08-12 17:04:54 +03:00 |
|
David Gil de Gómez Pérez
|
3c4777e840
|
Solved: 09 - Default Parameters
|
2026-08-12 17:02:13 +03:00 |
|
David Gil de Gómez Pérez
|
d1fbb1edbd
|
Fix: Brought back suppressions.txt
|
2026-08-12 15:01:25 +03:00 |
|
David Gil de Gómez Pérez
|
626b01cf8a
|
Solved: 08 - Switch Statements
Added a contract precondition to apply_operation
|
2026-08-12 14:58:20 +03:00 |
|
David Gil de Gómez Pérez
|
88cc7728a6
|
Solved: 07 - Loops
Added a contract precondition to factorial
|
2026-08-12 14:47:10 +03:00 |
|
David Gil de Gómez Pérez
|
ba6d3ea5d4
|
Update: Changed contract violation handler to be able to test contract violations with Google Test
|
2026-08-12 14:07:12 +03:00 |
|
David Gil de Gómez Pérez
|
ca42c2c9d4
|
Update: Using C++26 with contracts enabled
|
2026-08-12 13:54:19 +03:00 |
|
David Gil de Gómez Pérez
|
5c28159a9f
|
Fix: 06 - Conditionals
Simplified max_of_three.
|
2026-08-12 13:49:55 +03:00 |
|
David Gil de Gómez Pérez
|
28a315195e
|
Update: Using C++26 with contracts enabled
|
2026-08-12 13:49:04 +03:00 |
|
David Gil de Gómez Pérez
|
41111dba30
|
Update: Using C++26 with contracts enabled
|
2026-08-12 13:47:50 +03:00 |
|
David Gil de Gómez Pérez
|
206742e9b3
|
Update: Using C++26 with contracts enabled
|
2026-08-12 13:28:20 +03:00 |
|
David Gil de Gómez Pérez
|
583f8d73db
|
Update: Using C++26 with contracts enabled
|
2026-08-12 13:19:12 +03:00 |
|