Search Articles — Sudonull

Search Results

In this project

Sudoku JS Generator: bijection and factorials

https://sudonull.com/sudoku-js-generator-bijection-and-factorials

Algorithm for generating unique Sudoku grids in JavaScript: from swaps to factorial bijection. 609 billion variants from one template. Code and math for developers.

Grid Inventory GameMaker: Code and JSON

https://sudonull.com/grid-inventory-gamemaker-code-and-json

Create a flexible grid inventory system in GameMaker with ds_grid, JSON database, and drag-and-drop. Step-by-step code for middle developers. Implement now.

4 Approaches to AI Development: Matrix for Programmers

https://sudonull.com/4-approaches-to-ai-development-matrix-for-programmers

Get to grips with 4 strategies for using LLM in programming. Learn when to apply autocomplete, vibe-coding, augmented development, and agentic engineering.

Differential in geometric algebra: numerical method

https://sudonull.com/differential-in-geometric-algebra-numerical-method

Learn how to express the generalized differential in GA through oriented volume and finite differences. Off-grid interpolation, component separation. For developers and specialists.

From other projects

Solar Storm Threat: GPS, Power Grids at Risk

https://ymaho.com/solar-storm-threat-gps-power-grids-at-risk

A once-in-a-century solar storm could knock out GPS and power grids. Learn how it works and why it matters to you.

Ukraine's Power Grid and Your Bills | Global Impact

https://ymaho.com/ukraine-s-power-grid-and-your-bills-global-impact

Ukraine keeps the lights on despite attacks. Why this matters for global energy prices? How energy conservation in Ukraine affects your bills. Analysis of global connections.

Attacks on Ukraine's power grid: global consequences

https://ymaho.com/attacks-on-ukraine-s-power-grid-global-consequences

Why do power outages in Ukraine affect prices in Europe? We examine how the war threatens global energy security and your utility bills.

Sudan Power Crisis Disrupts Life and Skyrockets Prices

https://ymaho.com/sudan-power-crisis-disrupts-life-and-skyrockets-prices

How Sudan's electricity grid collapse forces families to study by candlelight and sends fuel and food costs soaring. Understand the real-world impact.

From the web

Reverse a String - GeeksforGeeks

https://www.geeksforgeeks.org/dsa/reverse-a-string/

Mar 7, 2026 · Start from both ends of the string and keep swapping characters while moving toward the center. Each swap places the …

Reverse a String in Java - GeeksforGeeks

https://www.geeksforgeeks.org/java/reverse-a-string-in-java/

May 12, 2017 · A string reversal means changing the order of characters from beginning to end in the opposite direction. In Java, …

Java How To Reverse a String - W3Schools

https://www.w3schools.com/Java/java_howto_reverse_string.asp

Explanation: We start with an empty string reversedStr. - On each loop, we take one character from the original string using charAt (). …

Reverse a String in C, C++, Java & Python – Code with Explanation ...

https://www.msbtesolutions.com/2025/07/reverse-string-in-c-c-java-python-code.html

Need to reverse a string in C, C++, Java, or Python? This tutorial provides the shortest, most efficient code examples for reversing a …

Python String Reversal

https://pythonguides.com/python-program-to-reverse-a-string/

Jan 12, 2026 · In this tutorial, I will walk you through the various methods I use to reverse strings in Python, using practical examples …

Reverse String Program in C and Python | Examples & Step-by-Step …

https://uncodemy.com/blog/reverse-string-program-in-c-and-python-examples-step-by-step-guide

In this article, we’ll explore various methods to write the Reverse String program in both C and Python. We’ll break down each …

Reverse a String | Easy Coding Interview Problem

https://www.testdock.io/coding-questions/reverse-string

Practice "Reverse a String" - a easy coding interview problem. Solve using JavaScript, Python, Java, or C#. Includes test cases, …

How to Reverse a String in Python - W3Schools

https://www.w3schools.com/python/python_howto_reverse_string.asp

Learn how to reverse a String in Python. There is no built-in function to reverse a String in Python. The fastest (and easiest?) way is …

Reverse String - LeetCode

https://leetcode.com/problems/reverse-string/solutions/

Reverse String - Write a function that reverses a string. The input string is given as an array of characters s. You must do this by …

Reverse String - LeetCode

https://leetcode.com/problems/reverse-string/

The entire logic for reversing a string is based on using the opposite directional two-pointer approach!

Trending Now