Skip to content

Commit 2c04c71

Browse files
committed
UPDATE README.md
1 parent d17fcd1 commit 2c04c71

File tree

2 files changed

+13
-50
lines changed

2 files changed

+13
-50
lines changed

.idea/.name

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+12-49
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**General overview:**
99

10-
![library C files](https://img.shields.io/badge/library%20files-175-%23607d8b.svg) ![total lines of code](https://img.shields.io/badge/total%20lines%20of%20code-31334-%232196f3.svg) ![total lines of comments](https://img.shields.io/badge/total%20lines%20of%20comments-6681-%232496f3.svg)
10+
![library C files](https://img.shields.io/badge/library%20files-175-%23607d8b.svg) ![total lines of code](https://img.shields.io/badge/total%20lines%20of%20code-31346-%232196f3.svg) ![total lines of comments](https://img.shields.io/badge/total%20lines%20of%20comments-6692-%232496f3.svg)
1111
![implemented data structures](https://img.shields.io/badge/implemented%20data%20structures-+28-%232496f3.svg) ![implemented algorithms](https://img.shields.io/badge/implemented%20algorithms-+100-%232496f3.svg)
1212

1313
## Implemented Data Structures
@@ -497,51 +497,14 @@
497497
The first four error code numbers are the sum of the "DATA_STRUCTURE" characters,
498498
and the rest of the error code is the sum of the error enum.
499499
ex: INVALID_ARG is 4987.
500-
501-
#### FAILED_ALLOCATION
502-
503-
|Error code| Message |
504-
|--|--|
505-
| -833811484 | `"The %s allocation in %s failed."` |
506-
507-
#### FAILED_REALLOCATION
508-
509-
|Error code| Message |
510-
|--|--|
511-
| -833814245 | `"The %s reallocation in %s failed."` |
512-
513-
#### FAILED_COPY
514-
515-
|Error code| Message |
516-
|--|--|
517-
| -83385167 | `"Copying %s in %s failed."` |
518-
519-
#### INVALID_ARG
520-
521-
|Error code| Message |
522-
|--|--|
523-
| -83384987 | `"The passed arg %s in %s is invalid."` |
524-
525-
#### NULL_POINTER
526-
527-
|Error code| Message |
528-
|--|--|
529-
| -83386157 | `"The %s pointer in %s is NULL."` |
530-
531-
#### OUT_OF_RANGE
532-
533-
|Error code| Message |
534-
|--|--|
535-
| -83385991 | `"The passed index is out of the %s range."` |
536-
537-
#### EMPTY_DATA_STRUCTURE
538-
539-
|Error code| Message |
540-
|--|--|
541-
| -833816740 | `"The passed %s pointer is empty."` |
542-
543-
#### SOMETHING_WENT_WRONG
544-
545-
|Error code| Message |
546-
|--|--|
547-
| -833816834 | `"Can't %s in %s."` |
500+
501+
| Error | Error code | Message |
502+
|--|--|--|
503+
| **FAILED_ALLOCATION** | -833811484 | `"The %s allocation in %s failed."` |
504+
| **FAILED_REALLOCATION** | -833814245 | `"The %s reallocation in %s failed."` |
505+
| **FAILED_COPY** | -83385167 | `"Copying %s in %s failed."` |
506+
| **INVALID_ARG** | -83384987 | `"The passed arg %s in %s is invalid."` |
507+
| **NULL_POINTER** | -83386157 | `"The %s pointer in %s is NULL."` |
508+
| **OUT_OF_RANGE** | -83385991 | `"The passed index is out of the %s range."` |
509+
| **EMPTY_DATA_STRUCTURE** | -833816740 | `"The passed %s pointer is empty."` |
510+
| **SOMETHING_WENT_WRONG** | -833816834 | `"Can't %s in %s."` |

0 commit comments

Comments
 (0)