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/denvash/codingame-puzzles-solutions
Elegant puzzles solutions 🖊
c codingame codingame-solutions cpp csharp java javascript kotlin loop math memoization movement nested-loops pathfinding php puzzle-solution puzzles python recursion string-manipulation
Last synced: 12 Jun 2025
https://github.com/eugene-khyst/postgresql-performance-essentials
PostgreSQL performance essentials in 1 hour
bitmap-scans btree-indexes database-perfomance gin-indexes hash-indexes hash-join index-scan merge-join multicolumn-indexes nested-loops partial-indexes postgres postgresql query-optimization query-plan sequential-scan slow-queries sql sql-join table-partitioning
Last synced: 02 May 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/micahondiwa/hackerrank_python_challenge
My solution to the HackerRank python challenge problems.
conditional-statements functional-programming hackerrank hackerrank-solutions loops nested-loops python-functions python-loops python3
Last synced: 03 Apr 2025
https://github.com/minasamirsaad/alx-low_level_programming
All steps and tasks that I used to learn C language with ALX
bit-manipulation c doubly-linked-list dynamic-libraries function-pointers malloc-free nested-loops pointer pointers-and-arrays recursion single-linked-list static-library
Last synced: 14 Mar 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/milaziabchenko/javascript-coding-challenges
My solutions to a variety of coding challenges in JavaScript
coding-challenges creative-coding dom-manipulation higher-order-functions jest-tests js-animations multidimensional-arrays nested-loops ui-design vanilla-javascript
Last synced: 26 Feb 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/bscript07/softuni-javascript-basics
Javascript for Basics course at SoftUni -Jan 2023
basic-syntax-conditional-statements-and-loops conditional-statements for-loop-in-javascripts nested-loops while-loops
Last synced: 15 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
https://github.com/jelhamm/n-queens-puzzle
"The classic 'N-Queens problem' is tackled using a variety of advanced techniques such as nested loops, heuristics, backtracking, genetic algorithms, and local search algorithms."
artificial-intelligence artificial-intelligence-application artificial-intelligence-projects back-tracking cpp genetic-algorithm genetic-algorithm-cpp genetic-algorithms genetics heuristic-algorithm heuristic-optimization heuristic-search-algorithms jupyter-notebook nested-loops nqueens-algorithm nqueens-problem nqueens-problem-solver python
Last synced: 04 Apr 2025
https://github.com/ranjeet2311/multi-layered-image-gallery
NodeJs, ExpressJs, Java script/jQuery, Ajax, Media query, Html, Css, Scss,
ajax-call css endpoints expressjs html5 jquery jquery-ajax media-queries nested-loops nodejs-server scss-styles serverside-rendering
Last synced: 14 Mar 2025