Skip to content

Instantly share code, notes, and snippets.

View CodMaker777's full-sized avatar

CodeMaker777 CodMaker777

View GitHub Profile
using System;
namespace variety_numbers
{
internal class Program
{
static void Main(string[] args)
{
int[] numbers = new int[10];
using System;
namespace variety_numbers
{
internal class Program
{
static void Main(string[] args)
{
int[] numbers = new int[10];
using System;
namespace ht_subarray_repetitions_numbers
{
internal class Program
{
static void Main(string[] args)
{
int minRandomNumber = 0;
int maxRandomNumber = 9;
using System;
namespace ht_subarray_repetitions_numbers
{
internal class Program
{
static void Main(string[] args)
{
int minRandomNumber = 0;
int maxRandomNumber = 9;
using System;
namespace HT_DYNAMIC_ARRAY
{
internal class Program
{
static void Main(string[] args)
{
double[] numbers = new double[0];
using System;
namespace HT_DYNAMIC_ARRAY
{
internal class Program
{
static void Main(string[] args)
{
double[] numbers = new double[0];
using System;
namespace HW_LOCAL_MAX
{
internal class Program
{
static void Main(string[] args)
{
int[] matrix = new int[30];
using System;
namespace HW_LOCAL_MAX
{
internal class Program
{
static void Main(string[] args)
{
int[] matrix = new int[30];
using System;
namespace HW_LARGEST_ELEMENT
{
internal class Program
{
static void Main(string[] args)
{
int maxElement = int.MinValue;
int minRandomNumber = 0;
using System;
namespace HW_LARGEST_ELEMENT
{
internal class Program
{
static void Main(string[] args)
{
int maxElement = int.MinValue;
int minRandomNumber = 0;