Sha256: f998e29d2dec3ed0c07a8b55e72dc8d6d6bfd5b4d8fafb64fbbc6435ddc7d379
Contents?: true
Size: 206 Bytes
Versions: 250
Compression:
Stored size: 206 Bytes
Contents
#import <Foundation/Foundation.h> @interface PascalsTriangle : NSObject @property (nonatomic, strong) NSArray<NSArray <NSNumber *> *> *rows; - (instancetype)initWithNumberOfRows:(int)numberOfRows; @end
Version data entries
250 entries across 250 versions & 1 rubygems