Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rohit91singh9/Coding-DP-DSA
/ Split_the_String.js
File
Split_the_String.js
Split_the_String.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
Split_the_String(S,k){
2
let
n = S.length;
3
var
arr =
new
Array(k);
4
var
i=n/k;
Callers
nothing calls this directly
Calls
1
Split_the_String
Function · 0.85
Tested by
no test coverage detected