Skip to content

Instantly share code, notes, and snippets.

View RajeevNakka's full-sized avatar
🎯
Focusing

RajeevNakka

🎯
Focusing
  • Siemens Technology and Services
  • Bangalore, India
View GitHub Profile
@RajeevNakka
RajeevNakka / Permutations.cs
Last active July 4, 2019 18:15
Permutations
using System;
using System.Collections.Generic;
using System.Linq;
namespace CSharpRough
{
class Program
{
static void Main(string[] args)