From 32e22fdb566dbe1c1c2edbb30c400b58189cbc9d Mon Sep 17 00:00:00 2001 From: Bob Brhayan Okoth Date: Tue, 10 Oct 2023 11:05:25 +0300 Subject: [PATCH] translated algorithms, numbers article --- _content/tour/swa/algorithms-numbers.article | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_content/tour/swa/algorithms-numbers.article b/_content/tour/swa/algorithms-numbers.article index d0922f1e..e3b29d2b 100644 --- a/_content/tour/swa/algorithms-numbers.article +++ b/_content/tour/swa/algorithms-numbers.article @@ -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 └───┘└───┘└───┘ ┌───┐