You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,11 @@ Read: [The Art of Unix Programming](http://www.catb.org/~esr/writings/taoup/html
19
19
### Huffman Coding Compression Tool
20
20
- Developed a CLI tool for lossless data compression using Priority Queue (Min Heap) and Depth-First Search (DFS) algorithms.
21
21
- Implemented compression and decompression functions.
22
+
23
+
### CLI Cut Tool
24
+
- Implemented efficient field extraction using Go's string manipulation capabilities.
25
+
- Utilized flag package to parse command-line arguments and provide flexible field selection options.
26
+
27
+
### Load Balancer
28
+
- Load balancer distributes requests using a round-robin algorithm to evenly distribute load among active servers.
29
+
- Health check mechanism periodically checks the health status of backend servers and removes unhealthy servers from the pool to prevent service disruptions.
0 commit comments