• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
cihatdev Avatar
Name:Cihat Salik
Clan:Unknown
Member Since:Apr 2020
Last Seen:Nov 2024
Profiles:
Following:22
Followers:2
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (21)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • marc-bouvier
    • commented on "Convert boolean values to strings 'Yes' or 'No'." typescript solution
    • 3 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • cihatdev
    • commented on "Where my anagrams at?" kata
    • 5 years ago

    no, their tests are not working, could you please solve this problem

  • Custom User Avatar
    • cihatdev
    • commented on "Find the odd int" javascript solution
    • 5 years ago

    Ohh woww cool solution ^^^

  • Custom User Avatar
    • cihatdev
    • commented on "Find the odd int" javascript solution
    • 5 years ago

    Ohh woww cool solution ^^^

  • Custom User Avatar
    • cihatdev
    • commented on "Find the odd int" javascript solution
    • 5 years ago

    Ohh woww cool man ^^^

  • Custom User Avatar
    • cihatdev
    • commented on "Find the odd int" javascript solution
    • 5 years ago

    Ohh woww cool man ^^^

  • Custom User Avatar
    • cihatdev
    • commented on "Flatten and sort an array" typescript solution
    • 5 years ago

    My good solution :S

  • Custom User Avatar
    • cihatdev
    • commented on "Convert boolean values to strings 'Yes' or 'No'." typescript solution
    • 5 years ago

    my good solution

  • Custom User Avatar
    • primocodetoday
    • commented on "Find the maximum number" kumite
    • 5 years ago

    Thx.

  • Custom User Avatar
    • JOLee83
    • commented on "Find the maximum number" kumite
    • 5 years ago

    i should equal 1, there is no reason to compare arr[0] to itself.

  • Custom User Avatar
    • Ddystopia
    • commented on "Find the maximum number" kumite
    • 5 years ago

    O(nlogn)

  • Custom User Avatar
    • SigmarStern
    • commented on "Find the maximum number" kumite
    • 5 years ago

    Just wanted to fix the tests and try this kumite thing oout ;)

  • Custom User Avatar
    • cihatdev
    • commented on "Playing with digits" javascript solution
    • 5 years ago

    what is this ?? I've never looked at it this way.

  • Custom User Avatar
    • cihatdev
    • commented on "Duplicate Encoder" javascript solution
    • 5 years ago

    function duplicateEncode(word) {
    var letterCount = [];
    var letters = word.toLowerCase().split('');
    console.log(letters);
    letters.forEach(function (letter) {
    letterCount[letter] = (letterCount[letter] || 0) + 1;
    });

    console.log(letterCount);
    return letters.map(function (letter) {
    return letterCount[letter] === 1 ? '(' : ')';
    }).join('');
    }

  • Custom User Avatar
    • cihatdev
    • commented on "Duplicate Encoder" javascript solution
    • 5 years ago

    oh very good solution, I like it .

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...