Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Translation] [Swahili] : Algorithms, slices, articles #101

Open
wants to merge 1 commit into
base: swahili
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions _content/tour/swa/algorithms-slices.article
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Slice Operations
This section provides examples that perform slice operations.
Oparesheni za vipande.
Sehemu hii inatoa mifano ya kufanya oparesheni za vipande.

* Minimum Number
* idadi ya chini

- [[https://www.ardanlabs.com/training/individual-on-demand/ultimate-go-bundle/][Watch The Video]]
- Need Financial Assistance, Use Our [[https://www.ardanlabs.com/scholarship/][Scholarship Form]]
- [[https://www.ardanlabs.com/training/individual-on-demand/ultimate-go-bundle/][Tazama Video]]
- Ukihitaji msaada wa kifedha, tumia tuvuti[[https://www.ardanlabs.com/scholarship/][Fomu ya udhamini]]

The sample program implements a function to retrieve the minimum integer
from a slice of integers.
Mpango wa sampuli hutekelezea chaguo za kukokotoa ili kupata nambari kamili ya chini kabisa
kutoka kwa kipande cha nambari kamili.

*Diagram*
*Mchoro*

┌────┐┌────┐┌────┐
│ 10 ││ 30 ││ 15 │ ────▷ 10
Expand All @@ -21,10 +21,10 @@ from a slice of integers.

.play algorithms/slices/min_number.go

* Maximum Number
* idadi ya juu

The sample program implements a function to retrieve the maximum integer
from a slice of integers.
Mpango wa sampuli hutekelezea chaguo za kukokotoa kupata nambari kamili ya juu zaidi
kutoka kwa kipande cha nambari kamili.

*Diagram*

Expand Down