Skip to content

Commit 6a684f8

Browse files
More
1 parent 6d90207 commit 6a684f8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Interview/Company/zoox.md

Whitespace-only changes.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
9. [Finite State Machine](Data_Struct_Implementation/stateMachine/README.md)
6161
10. Simple Task Scheduler
6262
11. [Endianess Check](Data_Struct_Implementation/endianess/README.md)
63-
12. Swap Endianess
63+
12. [Swap Endianess](Data_Struct_Implementation/endianessSwap/README.md)
6464
13. Signness Check
65-
14. [Other Common C algorithm](https://github.com/fragglet/c-algorithms)
66-
15. Array of Bits
65+
14. [Array of Bits](Data_Struct_Implementation/bitsArray/README.md)
66+
15. Low Pass Filter
6767
16. Common STL function implementation
6868
1. [Safe memcpy (memmove)](Data_Struct_Implementation/memcpy_memmove/README.md)
6969
2. [itoa](Data_Struct_Implementation/itoa/README.md)
70-
3. atoi
70+
3. [atoi](Data_Struct_Implementation/atoi/README.md)
7171
4. [sizeof](Data_Struct_Implementation/sizeof/README.md)
7272
5. [Aligned Malloc](Data_Struct_Implementation/alignedMalloc/README.md)
7373
6. Malloc()
@@ -91,6 +91,7 @@
9191
3. Given a matrix and its center coordinates, draw the circle
9292
4. Find a 32 bit frame start sequence in a raw byte stream buffer
9393
5. Memory tracker to hook into glibc library to keep track of dynamic memory allocations, including statistics
94+
19. [Other Common C algorithm](https://github.com/fragglet/c-algorithms)
9495

9596

9697

0 commit comments

Comments
 (0)