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

Projects in Awesome Lists tagged with nested-loops

A curated list of projects in awesome lists tagged with nested-loops .

https://github.com/philipstanislaus/performant-array-to-tree

Converts an array of items with ids and parent ids to a nested tree in a performant O(n) way. Runs in browsers and Node.js.

algorithms-implemented array-helper array-manipulations array-utils data-structures javascript nested-loops nodejs traverse tree tree-structure typescript

Last synced: 13 Apr 2025

https://github.com/lmizner/tideman_election

A program that runs a Tideman election, which is a ranked-choice voting method to produces the candidate that wins the majority of the vote in every head-to-head match up.

algorithms bubble-sort c conditional-statements loops nested-loops

Last synced: 02 Apr 2025

https://github.com/modemobpsycho/python-course-s2

Solutions for the course. The topic of the course is "Python Generation course: a course for advanced". The topics covered in the course are listed in the repository topics.

bool complex decimal dict filesystem fraction functional-programming nested-loops nonetype random sets string tuples turtle

Last synced: 15 Jun 2025

https://github.com/sahaantor149/structured-programming-language

This repository contains a collection of C programming exercises and solutions, categorized by topics such as arrays, loops, and nested loops. Designed for beginners and intermediate learners, it provides practice problems, sample solutions, and helpful resources to improve coding skills in C.

2d-arrays arrays loops nested-loops strings switch-case-conditions

Last synced: 22 Mar 2025

https://github.com/kalyan767z/triangle_output

HomeWork 5: A program to dynamically draw ascending and descending triangles in C#. Focuses on nested loops and pattern generation.

beginner-friendly beginner-friendly-frontend-project csharp csharp-code csharp-programming dotnet dotnet-core nested-loops pattern-printing

Last synced: 02 Apr 2025

https://github.com/mounishvatti/patterns_in_cpp

This repository consists of various patterns solved using C++, solving patterns helps us in understanding looping concepts, with the help of patterns you will be thorough with loops & nested loops. Happy Coding 🚀

loops-and-patterns nested-loops

Last synced: 05 Mar 2025

https://github.com/trayanaboykova/programming-basics-javascript

Tasks from my course Programming Basics with JavaScript at SoftUni

conditional-statements for-loop nested-loops while-loop

Last synced: 07 Apr 2025

https://github.com/candytale55/list-of-bases-times-list-of-exponents-py

exponents() takes two lists as parameters named bases and powers. It returns a new list containing every number in bases raised to every number in powers. For example with exponents([2, 3, 4], [1, 2, 3]) the result would be the list [2, 4, 8, 3, 9, 27, 4, 16, 64] because it would first include the three solutions for base 2 [(2**1), (2**2) and (2**3)], then for the next base (3) and so on.

codecademy exponent nested-loops python-lists

Last synced: 31 Mar 2025

https://github.com/trayanaboykova/programming-basics-java

Tasks from my course Programming Basics with Java at SoftUni

conditional-statements for-loop nested-loops while-loop

Last synced: 13 Jun 2025