Commit Graph
4 Commits
Author SHA1 Message Date
Md Saiful IslamandGitHub 83986c794b docs: #2223 modify README.md file under double-buffer (#2771)
* fix: #2223 modify README.md file under double-buffer
add
- Real world example
- In plain words
- Wikipedia says
- Programmatic example

* fix: #2223 issue.
modify readme.md file
- adjust title, category, language, and tag
2023-12-02 13:47:08 +02:00
Md Saiful IslamandGitHub 2c35b34c41 docs: #2238 modify Readme.md file under leader-election (#2770)
added
- Real world example
- In plain words
- Wikipedia says
- Programmatic example: Ring and Bully algorithms
2023-12-02 13:44:55 +02:00
Md Saiful IslamandGitHub b186ff5e73 docs: #2255 Add explanation into README.md for Queue-load-leveling pattern (#2707)
* fix: #2255
modify README.md file under queue-load-leveling.
- add explanation section
- add plai-word and wiki say
- add programmatic example with code of taskGenerator and ServiceExecutor classes
- add console output by running the code at local

* ref: add '## explanation' line above real-world example
2023-10-28 10:12:13 +03:00
9561722bb5 feat: #2260 Add explanation into README.md for Servant pattern (#2586)
* issue id: #2260
explanation: modify README.md file.
- add Explanation selection
- add Real-world example, under the Explanation selection. Example express the  the king, queen and servant relationship.
- add plain-word, wiki say
- add programmatic example with code of  king, queen and servant classes.
- add console output by running code at local.

* fix: #2260
- remove a line from readme.md

---------

Co-authored-by: Md Saiful Islam <md.saiful@revesoft.com>
2023-10-08 11:54:03 +03:00