coderz.py

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Tag: arrays

  • method overloading and method overriding

    Java

    Java Arrays

    An array is a collection of variables of the same type that are referenced by a common name. Arrays consist…

    May 7, 2022

  • Accessing Elements

    C++

    Program To find Average Of Array

    In this program, we will learn about taking integer input from the user and storing it in the array. Then…

    December 8, 2022

  • Accessing Elements

    C++

    Program to Reverse an Array

    When an array is reversed, the elements of the original array are changed in order. With this method, the first…

    December 12, 2022

  • Accessing Elements

    C++

    Accessing Elements of 2-D Array

    Accessing Elements of a 2-D Array: The most basic type of multidimensional array in C++ is a two-dimensional array. One…

    December 13, 2022

  • Trie in DSA

    Python

    Prefix Sum in Arrays

    What is Prefix Sum? Prefix Sum is a method for dealing with array manipulation challenges. It entails establishing an auxiliary…

    April 10, 2023

  • DSA Sheet

    DSA Sheet

    Build Array From Permutation

    Given a zero-based permutation nums (0-indexed), build an array ans of the same length where ans[i] = nums[nums[i]] for each…

    August 9, 2023

  • DSA Sheet

    Python

    Two Sum: Check for Two Numbers with Sum K

    Problem Statement (Asked By Google) Given a list of integers and a target number k, determine if there exist two…

    December 29, 2024

coderz.py

Practical coding tutorials and guides for Python, web development, algorithms, and more. Built for developers who love to learn.

Explore

  • 23 DSA Patterns
  • DSA Basics
  • DSA Sheet
  • C
  • C++
  • Java
  • Python
  • DBMS
  • Privacy Policy

Categories

  • 23 DSA Patterns
  • AI
  • C
  • C++
  • Dataweave
  • DBMS
  • DSA Sheet
  • Java
  • Machine Learning
  • Mulesoft
  • OODP
  • Python
  • RAML

Connect

hello@coderzpy.com

© 2026 CoderZPy — Built for developers, by developers.

Made with ❤ & code