#informaticsUnmoderated tagAll postsTrending CommunitiesNewcomers' CommunitySteemitCryptoAcademySteemit Feedbackআমার বাংলা ব্লগKorea • 한국 • KR • KOSTEEM CN/中文Comunidad LatinaAVLE 일상Steem AllianceTron Fan ClubSteem POD TeamWORLD OF XPILARExplore Communities...#informaticsTrendingHotNewPayoutsMuteddrago18121996 (68)in #ita • 16 days agoBottleusing System; using System.Collections.Generic; public static class BottleSong{ static Dictionary numWord = new Dictionary{drago18121996 (68)in #ita • last monthWindow systemclass ProgramWindow{ public $x;drago18121996 (68)in #ita • 3 months agoBinary searchexport function find(haystack: number[], needle: number, counter: number = 0): number | never { const maxNumber =…drago18121996 (68)in #ita • 5 months agoGarden// // This is only a SKELETON file for the 'Kindergarten Garden' exercise. // It's been provided as a convenience to…drago18121996 (68)in #ita • 5 months agoAngramexport class Anagram { input : string; constructor(input: string) { this.input = input.toLowerCase(); } public…gaming.yer (62)in Project HOPE • 6 months agoPhilosophy and InformaticsGreetings to all fellow Steemit, today I share with you this topic that really caught my attention and I started to…drago18121996 (68)in #ita • 6 months agoStrings!import string letters = string.ascii_lowercase consonant = ''.join([letter for letter in letters if letter in…drago18121996 (68)in #ita • 7 months agoExerciseusing System; using System.Globalization; using System.Runtime.InteropServices; public enum Location{ NewYork…drago18121996 (68)in #ita • 7 months agoFootballusing System; using System.Collections.Generic; public static class PlayAnalyzer { public static string…drago18121996 (68)in #ita • 9 months agoLuhnclass LuhnValidator { boolean isValid(String candidate) {drago18121996 (68)in #ita • 9 months agoTransformationimport java.util.Collections import java.util.ArrayList class SecretHandshake { static List commands(int number) {drago18121996 (68)in #ita • 11 months agoRnaclass RnaTranscription { String transcribe(String dnaStrand) {drago18121996 (68)in #ita • 11 months agoISBNclass IsbnVerifier { boolean isValid(String stringToVerify) { int sum =0; stringToVerify =…drago18121996 (68)in #ita • 11 months agoSieveexport function primes(num: number): number[] { const numer: number[] = []; for(let i=2; i= i*i){ if( num % i == 0…drago18121996 (68)in #ita • last yearSatelliteimport java.util.*; public class Satellite { private Node buildTree(int preId, List preorderInput, List…drago18121996 (68)in #ita • last yearPoetry Club Door Policy// @ts-check // // ☝🏽 The line above enables type checking for this file. Various IDEs interpret // the @ts-check…drago18121996 (68)in #ita • last yearScoreclass ScrabbleScore { static scoreWord(String word) {drago18121996 (68)in #ita • last yearElon's Toysusing System; class RemoteControlCar { private int meters=0; // default wäre auch 0 private int…drago18121996 (68)in #ita • last yearSecure Munchester Unitedusing System; public class SecurityPassMaker { public string GetDisplayName(TeamSupport support) { if(support is…drago18121996 (68)in #ita • 2 years agoPython and chatting