Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikamunjishvili/re-edu-js


https://github.com/nikamunjishvili/re-edu-js

Last synced: about 17 hours ago
JSON representation

Awesome Lists containing this project

README

        

1)
დაწერეთ ფუნქცია რიცხვთა მასივში მაქსიმალური ელემენტის საპოვნელად.მაგალითად:
[3, 7, 2, 8, 5] და აქედან მაქსიმალური არის 8

2)
const input2 = [
1,
[2, 3][(4, 5, [6, 7, [8, 9]])],
10,
11,
12,
[13, 14, [15, 16, [17, 18]]],
];
const result2 = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18];

// გვაქვს რამდენიმე შესაძლო ინფუთი და უნდა მივიღოთ გაერთიანებული მასივი
// ზუსტად არ ვიცით რამდენად ჩაშლილი ერეი გვექნება, შეიძლება ძალიან ბევრი იყოს
// თქვენი მიზანია რომ ჩანესტილი მასივი გააერთიანოთ და დააბრუნოთ ერთი მასივი