Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions exercises/practice/acronym/Acronym.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Acronym : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/acronym/Acronym.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Acronym.h"

@implementation Acronym

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/all-your-base/AllYourBase.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface AllYourBase : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/all-your-base/AllYourBase.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "AllYourBase.h"

@implementation AllYourBase

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/allergies/Allergies.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Allergies : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/allergies/Allergies.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Allergies.h"

@implementation Allergies

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/anagram/Anagram.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Anagram : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/anagram/Anagram.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Anagram.h"

@implementation Anagram

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/atbash-cipher/AtbashCipher.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface AtbashCipher : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/atbash-cipher/AtbashCipher.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "AtbashCipher.h"

@implementation AtbashCipher

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/beer-song/BeerSong.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface BeerSong : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/beer-song/BeerSong.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "BeerSong.h"

@implementation BeerSong

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/binary-search/BinarySearch.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface BinarySearch : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/binary-search/BinarySearch.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "BinarySearch.h"

@implementation BinarySearch

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/bob/Bob.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Bob : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/bob/Bob.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Bob.h"

@implementation Bob

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/clock/Clock.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Clock : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/clock/Clock.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Clock.h"

@implementation Clock

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/collatz-conjecture/CollatzConjecture.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface CollatzConjecture : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/collatz-conjecture/CollatzConjecture.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "CollatzConjecture.h"

@implementation CollatzConjecture

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/crypto-square/CryptoSquare.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface CryptoSquare : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/crypto-square/CryptoSquare.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "CryptoSquare.h"

@implementation CryptoSquare

// TODO: add your solution here

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface DifferenceOfSquares : NSObject

// TODO: add your solution here

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "DifferenceOfSquares.h"

@implementation DifferenceOfSquares

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/etl/Etl.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Etl : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/etl/Etl.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Etl.h"

@implementation Etl

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/flatten-array/FlattenArray.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface FlattenArray : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/flatten-array/FlattenArray.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "FlattenArray.h"

@implementation FlattenArray

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/gigasecond/Gigasecond.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Gigasecond : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/gigasecond/Gigasecond.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Gigasecond.h"

@implementation Gigasecond

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/grade-school/GradeSchool.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface GradeSchool : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/grade-school/GradeSchool.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "GradeSchool.h"

@implementation GradeSchool

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/grains/Grains.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Grains : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/grains/Grains.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Grains.h"

@implementation Grains

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/hamming/Hamming.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Hamming : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/hamming/Hamming.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Hamming.h"

@implementation Hamming

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/isogram/Isogram.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Isogram : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/isogram/Isogram.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Isogram.h"

@implementation Isogram

// TODO: add your solution here

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface LargestSeriesProduct : NSObject

// TODO: add your solution here

@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "LargestSeriesProduct.h"

@implementation LargestSeriesProduct

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/leap/Leap.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Leap : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/leap/Leap.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Leap.h"

@implementation Leap

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/luhn/Luhn.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Luhn : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/luhn/Luhn.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Luhn.h"

@implementation Luhn

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/matching-brackets/MatchingBrackets.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface MatchingBrackets : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/matching-brackets/MatchingBrackets.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "MatchingBrackets.h"

@implementation MatchingBrackets

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/meetup/Meetup.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface Meetup : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/meetup/Meetup.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "Meetup.h"

@implementation Meetup

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/nth-prime/NthPrime.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import <Foundation/Foundation.h>

@interface NthPrime : NSObject

// TODO: add your solution here

@end
7 changes: 7 additions & 0 deletions exercises/practice/nth-prime/NthPrime.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#import "NthPrime.h"

@implementation NthPrime

// TODO: add your solution here

@end
Loading