Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Boggle
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { string[] dictionary = new string[4]{"GEEKS", "FOR", "QUIZ", "GO"}; char[,] boggle = new char[3,3]{{'G','I','Z'}, {'U','E','K'}, {'Q','S','E'}}; foreach (string word in dictionary) { var wordExists = false; var visited = new List<Tuple<char>>(); foreach (char c in word) { } } } } }
run
|
edit
|
history
|
help
0
Riemann Sums
Int number to String Array
input
C# - Date Validation
CodeAdvent
Simple Parallel.For example
XmlSerializer
INTUIT: Laba#2; Данные для графика изменяняющейся функции
AlphabeticalRank
String Factorial Sorter