Skip to content

Instantly share code, notes, and snippets.

View satish860's full-sized avatar
🎯
Focusing

satish satish860

🎯
Focusing
View GitHub Profile
@satish860
satish860 / SequenceGenerator.cs
Created August 21, 2012 17:30
3n+1 Sequence
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SequenceGenerator
{
public class SequenceGenerator
{