Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / EvgenyKarkan/EKAlgorithms issues and pull requests

#107 - [Question]Some code style? function question?

Issue - State: closed - Opened by cool8jay over 7 years ago - 1 comment

#106 - Add a basic Boyer Moore algorithm

Pull Request - State: closed - Opened by KiwiVandi over 7 years ago - 2 comments

#105 - Fix the Kruskals Algorithm example, by not resetting the used flag o…

Pull Request - State: closed - Opened by KiwiVandi over 7 years ago - 1 comment

#104 - Kruskals Algorithm does not work.

Issue - State: closed - Opened by KiwiVandi over 7 years ago

#103 - Update to EKBTree.m

Pull Request - State: closed - Opened by klmitchell2 almost 8 years ago - 1 comment

#102 - Lines 91-93 does not handle if index = 0

Pull Request - State: closed - Opened by klmitchell2 almost 8 years ago - 1 comment

#101 - Optimzed the union arrays algorithm

Pull Request - State: closed - Opened by squarezw over 8 years ago - 1 comment

#100 - Reimplementation of EKAVLTreeNode without compareSelector property

Pull Request - State: closed - Opened by shrtlist over 8 years ago - 1 comment

#97 - add recursive depth-first search

Pull Request - State: closed - Opened by vermont42 over 8 years ago

#96 - Fix 0 not being a prime number. Added a Prime Number Test Spec

Pull Request - State: closed - Opened by ahanmal over 9 years ago - 2 comments

#95 - Fix isPrime method.

Pull Request - State: closed - Opened by ahanmal over 9 years ago - 6 comments

#94 - Incorrect isPrime Method

Issue - State: closed - Opened by ahanmal over 9 years ago - 1 comment

#93 - Update issue #8, Enhance count function of LinkedList

Pull Request - State: closed - Opened by cuongtv51 over 9 years ago - 2 comments

#92 - Add a section about friendly/similar repositories?

Issue - State: closed - Opened by stanislaw over 9 years ago - 5 comments

#91 - To update .podspec with header_mappings_dir

Issue - State: open - Opened by EvgenyKarkan about 10 years ago

#88 - iOS Support

Pull Request - State: closed - Opened by aspcartman about 10 years ago - 3 comments

#87 - No visible interface for

Issue - State: closed - Opened by aspcartman about 10 years ago - 2 comments

#86 - Update EKAlgorithms.podspec

Pull Request - State: closed - Opened by aspcartman about 10 years ago - 1 comment

#85 - Thank you for your great collection.

Issue - State: closed - Opened by chatnever about 10 years ago - 3 comments

#84 - To create tag 0.2 in case of sources growth.

Issue - State: closed - Opened by EvgenyKarkan about 10 years ago

#83 - Update main.m

Pull Request - State: closed - Opened by xhzengAIB over 10 years ago

#82 - EKAlgorithmsExamples bug.

Issue - State: closed - Opened by sdrpa over 10 years ago - 5 comments

#81 - Can you need push the podspec v0.1 to cocoapods trunk.

Issue - State: closed - Opened by xhzengAIB over 10 years ago - 16 comments

#80 - Add unionWithoutDuplicatesWithArray for some key.

Pull Request - State: closed - Opened by xhzengAIB over 10 years ago - 1 comment

#79 - Update EKAlgorithms.podspec

Pull Request - State: closed - Opened by xhzengAIB over 10 years ago - 3 comments

#78 - Add EKAlgorithms.podspec file v0.1

Pull Request - State: closed - Opened by xhzengAIB over 10 years ago - 10 comments

#77 - Fix Travis by fixing Radix Sort

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 2 comments

#76 - Use NSTreeController instead

Issue - State: open - Opened by evianzhow over 10 years ago - 1 comment

#75 - Add Radix Sort from https://github.com/PlenipotentSS/RadixSort

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 9 comments

#74 - Cleaner code in EKGraph

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 3 comments

#73 - Extract specs for Sorting Algorithms into a separate spec.

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#72 - Improved some graph method

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 3 comments

#71 - Add Kruskal Algorithm for EKGraph

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 10 comments

#69 - Josephus Problem: add more implementations

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#68 - Implementation of Josephus Problem (#36)

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#67 - EKAlgorithms is on Travis

Issue - State: closed - Opened by stanislaw over 10 years ago - 3 comments

#66 - Finish Linked List part

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 1 comment

#65 - Tidy up the whole NSArray+EKStuff

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 15 comments

#64 - Introduce new 'Sorting' section

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 1 comment

#63 - Insertion sort: cleaner implementation and tests

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#62 - Add binary heap data structure, also finish two graph algorithm

Pull Request - State: closed - Opened by evianzhow over 10 years ago

#61 - Cleaner -[NSArray isSorted]

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#60 - Add forestToBinaryTree method for EKTree and Prim Algorithm for EKGraph

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 2 comments

#59 - Add AVL Tree data structure with insert and delete operation

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 2 comments

#58 - Better -[NSArray hasDuplicates]

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#57 - Quick Sort: add tests

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#56 - Add Cartesian quadrants selection algorithms.

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#55 - Finish find & delete method in EKBSTree Class

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 4 comments

#54 - Fix a problem in EKLinkedList.m

Pull Request - State: closed - Opened by evianzhow over 10 years ago - 1 comment

#53 - Better -[NSArray indexesOfMinimumAndMaximumElements]

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#52 - Replace mutableCopy with [NSMutableArray arrayWithArray:] everywhere.

Issue - State: closed - Opened by stanislaw over 10 years ago - 3 comments

#51 - Introduce NSArray/Selection: add Quickselect

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 4 comments

#50 - NSArray/Sorting: add partial selection sort

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 1 comment

#49 - To optimize each loop.

Issue - State: open - Opened by EvgenyKarkan over 10 years ago - 4 comments

#48 - Reverse linked list.

Pull Request - State: closed - Opened by MihaiPantiru over 10 years ago - 1 comment

#47 - Revised geometry #2: even more consistent algorithm

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#46 - Revised geometry: more consistent algorithm

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#45 - Fix of recent geometric algoritm.

Pull Request - State: closed - Opened by stanislaw over 10 years ago

#43 - Add Geometry: separate section and first algorithm

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 1 comment

#42 - Better count of occurrences of each element in array (#40, #41).

Pull Request - State: closed - Opened by stanislaw over 10 years ago - 2 comments

#41 - BDD for #40.

Issue - State: closed - Opened by EvgenyKarkan over 10 years ago

#40 - To add algo --> count occurrences of each element in array.

Issue - State: closed - Opened by EvgenyKarkan over 10 years ago

#39 - Prefer machine way of doing even/odd checks

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 1 comment

#38 - More correct indexOfMaximumElement

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 2 comments

#37 - More efficient reversedArray (Address #35, #34)

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 2 comments

#36 - Implement algorithm for nice Josephus problem

Issue - State: closed - Opened by stanislaw almost 11 years ago - 3 comments

#35 - Is more efficient implementation of reversedArrayWithArray: possible?

Issue - State: closed - Opened by stanislaw almost 11 years ago - 4 comments

#33 - Restructure project as discussed in #19

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 1 comment

#32 - Array Shuffle (Fisher–Yates) (Address #28)

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 1 comment

#31 - Get the Max and Min Simultaneously.

Pull Request - State: closed - Opened by stanislaw almost 11 years ago - 1 comment

#30 - Get the Max and Min Simultaneously

Issue - State: closed - Opened by stanislaw almost 11 years ago - 1 comment

#29 - Just some suggestions for merge sort

Pull Request - State: closed - Opened by jonusx almost 11 years ago - 1 comment

#28 - Array Shuffle

Issue - State: closed - Opened by ChocoChipset almost 11 years ago - 2 comments

#27 - add test case of LCS and LD to main.m

Pull Request - State: closed - Opened by aceisScope almost 11 years ago - 1 comment

#26 - adding a few more Fibonacci algorithms

Pull Request - State: closed - Opened by flohei almost 11 years ago - 1 comment

#25 - LCS and LD for NSString

Pull Request - State: closed - Opened by aceisScope almost 11 years ago - 1 comment

#24 - LCS and LD for NSString

Issue - State: closed - Opened by aceisScope almost 11 years ago - 4 comments

#23 - Grammar Refactoring

Pull Request - State: closed - Opened by ChocoChipset almost 11 years ago - 1 comment

#22 - Fixed typo in README

Pull Request - State: closed - Opened by ChocoChipset almost 11 years ago - 4 comments

#21 - Closes #17

Pull Request - State: closed - Opened by vittoriom almost 11 years ago - 1 comment

#20 - Moved methods from EKStringStuff to NSString category. Updated main

Pull Request - State: closed - Opened by vittoriom almost 11 years ago - 4 comments

#19 - To create Unit Tests for the algorithms

Issue - State: closed - Opened by vittoriom almost 11 years ago - 22 comments

#17 - To move most of the methods in appropriate categories

Issue - State: closed - Opened by vittoriom almost 11 years ago - 5 comments

#16 - Added a method to swap the value of two NSInteger pointers

Pull Request - State: closed - Opened by vittoriom almost 11 years ago - 1 comment

#14 - reverse array with native method

Pull Request - State: closed - Opened by trawor almost 11 years ago - 3 comments

#13 - Added Check For Prime Numbers

Pull Request - State: closed - Opened by ahanmal almost 11 years ago - 2 comments

#12 - To implement heap sort.

Issue - State: closed - Opened by EvgenyKarkan almost 11 years ago

#11 - Add a Bitdeli Badge to README

Pull Request - State: closed - Opened by bitdeli-chef almost 11 years ago

#10 - To finish BST API.

Issue - State: closed - Opened by EvgenyKarkan almost 11 years ago - 1 comment

#8 - To finish linked list API implementation.

Issue - State: open - Opened by EvgenyKarkan almost 11 years ago - 3 comments

#3 - To implement Linked list and BST.

Issue - State: closed - Opened by EvgenyKarkan almost 11 years ago