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, numbers, articles #118

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-numbers.article
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
Number Operations
This section provides examples that perform number operations.
Oparesheni za nambari
Sehemu hii inatoa mifano ambayo hufanya oparsesheni za nambari

* Palindrome

- [[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 udhamini, tumia tuvuti [[https://www.ardanlabs.com/scholarship/][Fomu ya udhamini]]

The sample program implements a check to see if an integer is a
palindrome or not.
Programu ya sampuli hutumia cheki kuona ikiwa nambari ni
palindrome au la.

- See more at [[https://en.wikipedia.org/wiki/Palindrome][https://en.wikipedia.org/wiki/Palindrome]]
- Tazama mengi kwenye [[https://en.wikipedia.org/wiki/Palindrome][https://en.wikipedia.org/wiki/Palindrome]]

*Diagram*
*Mchoro*

A palindrome is a word, number, phrase, or other sequence of symbols that
reads the same backwards as forwards.
Palindrome ni neno, nambari, kifungu cha maneno, au mlolongo mwingine wa alama ambazo
inasoma nyuma sawa na mbele.

┌───┐┌───┐┌───┐
│ 1 ││ 0 ││ 1 │ ────▷ Palindrome
└───┘└───┘└───┘

┌───┐┌───┐┌───┐
│ 1 ││ 2 ││ 3 │ ────▷ NO
│ 1 ││ 2 ││ 3 │ ────▷ La
└───┘└───┘└───┘

┌───┐
Expand Down